09439560b9
This change switches ARC tools to the most recent arc-2016.03 version. ARC GNU tools of version arc-2016.03 bring some quite significant changes like: * Binutils v2.26+ (upstream commit id 202ac19 with additional ARC * patches) * GCC v4.8.5 * GDB 7.10 More about changes, improvements and fixes could be found here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2016.03 Note in this change we're adding sha512 checksums for both binutils and gcc tarballs fetched from GitHub. Build and run-tested in nSIM for both ARC700 and ARC HS38. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
26 lines
738 B
Diff
26 lines
738 B
Diff
From c037df1be41f8daf4d581d7ffa4ec8cfa640bccf Mon Sep 17 00:00:00 2001
|
|
From: glisse <glisse@138bc75d-0d04-0410-961f-82ee72b054a4>
|
|
Date: Fri, 25 Apr 2014 08:03:08 +0000
|
|
Subject: [PATCH] 2014-04-25 Marc Glisse <marc.glisse@inria.fr>
|
|
|
|
PR target/43538
|
|
* mt-gnu: Don't reset CXXFLAGS_FOR_TARGET.
|
|
|
|
|
|
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209784 138bc75d-0d04-0410-961f-82ee72b054a4
|
|
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
|
|
---
|
|
config/mt-gnu | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/config/mt-gnu b/config/mt-gnu
|
|
index 15bf417..5c696f5 100644
|
|
--- a/config/mt-gnu
|
|
+++ b/config/mt-gnu
|
|
@@ -1 +1 @@
|
|
-CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE
|
|
+CXXFLAGS_FOR_TARGET += -D_GNU_SOURCE
|
|
--
|
|
2.1.4
|
|
|