summaryrefslogtreecommitdiffstats
path: root/package/gcc
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2016-05-19 00:26:46 +0300
committerPeter Korsgaard <peter@korsgaard.com>2016-05-19 21:12:38 +0200
commit09439560b9f959e4477155eb1b2963e33c43db73 (patch)
tree8d7d64d1cab24852a3269fade71500a00a1efc8f /package/gcc
parenta9ec96e545102ae5ccd4280323d35360b0a5072d (diff)
downloadbuildroot-09439560b9f959e4477155eb1b2963e33c43db73.tar.gz
buildroot-09439560b9f959e4477155eb1b2963e33c43db73.zip
toolchain: bump ARC tools to arc-2016.03 release
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>
Diffstat (limited to 'package/gcc')
-rw-r--r--package/gcc/Config.in.host2
-rw-r--r--package/gcc/arc-2016.03/130-pr43538.patch (renamed from package/gcc/arc-2016.03-rc2/130-pr43538.patch)0
-rw-r--r--package/gcc/arc-2016.03/301-missing-execinfo_h.patch (renamed from package/gcc/arc-2016.03-rc2/301-missing-execinfo_h.patch)0
-rw-r--r--package/gcc/arc-2016.03/305-libmudflap-susv3-legacy.patch (renamed from package/gcc/arc-2016.03-rc2/305-libmudflap-susv3-legacy.patch)0
-rw-r--r--package/gcc/arc-2016.03/842-PR60155.patch (renamed from package/gcc/arc-2016.03-rc2/842-PR60155.patch)0
-rw-r--r--package/gcc/arc-2016.03/850-libstdcxx-uclibc-c99.patch (renamed from package/gcc/arc-2016.03-rc2/850-libstdcxx-uclibc-c99.patch)0
-rw-r--r--package/gcc/arc-2016.03/851-PR-other-56780.patch (renamed from package/gcc/arc-2016.03-rc2/851-PR-other-56780.patch)0
-rw-r--r--package/gcc/arc-2016.03/930-libgcc-disable-split-stack-nothreads.patch (renamed from package/gcc/arc-2016.03-rc2/930-libgcc-disable-split-stack-nothreads.patch)0
-rw-r--r--package/gcc/gcc.hash5
9 files changed, 4 insertions, 3 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index 6c2732d20f..61d3dbea32 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -100,7 +100,7 @@ config BR2_GCC_VERSION
default "4.9.3" if BR2_GCC_VERSION_4_9_X
default "5.3.0" if BR2_GCC_VERSION_5_X
default "6.1.0" if BR2_GCC_VERSION_6_X
- default "arc-2016.03-rc2" if BR2_GCC_VERSION_4_8_ARC
+ default "arc-2016.03" if BR2_GCC_VERSION_4_8_ARC
config BR2_EXTRA_GCC_CONFIG_OPTIONS
string "Additional gcc options"
diff --git a/package/gcc/arc-2016.03-rc2/130-pr43538.patch b/package/gcc/arc-2016.03/130-pr43538.patch
index 19e57bb059..19e57bb059 100644
--- a/package/gcc/arc-2016.03-rc2/130-pr43538.patch
+++ b/package/gcc/arc-2016.03/130-pr43538.patch
diff --git a/package/gcc/arc-2016.03-rc2/301-missing-execinfo_h.patch b/package/gcc/arc-2016.03/301-missing-execinfo_h.patch
index 00efda24aa..00efda24aa 100644
--- a/package/gcc/arc-2016.03-rc2/301-missing-execinfo_h.patch
+++ b/package/gcc/arc-2016.03/301-missing-execinfo_h.patch
diff --git a/package/gcc/arc-2016.03-rc2/305-libmudflap-susv3-legacy.patch b/package/gcc/arc-2016.03/305-libmudflap-susv3-legacy.patch
index 35d5f50207..35d5f50207 100644
--- a/package/gcc/arc-2016.03-rc2/305-libmudflap-susv3-legacy.patch
+++ b/package/gcc/arc-2016.03/305-libmudflap-susv3-legacy.patch
diff --git a/package/gcc/arc-2016.03-rc2/842-PR60155.patch b/package/gcc/arc-2016.03/842-PR60155.patch
index 7bc2122fd4..7bc2122fd4 100644
--- a/package/gcc/arc-2016.03-rc2/842-PR60155.patch
+++ b/package/gcc/arc-2016.03/842-PR60155.patch
diff --git a/package/gcc/arc-2016.03-rc2/850-libstdcxx-uclibc-c99.patch b/package/gcc/arc-2016.03/850-libstdcxx-uclibc-c99.patch
index 792976fd51..792976fd51 100644
--- a/package/gcc/arc-2016.03-rc2/850-libstdcxx-uclibc-c99.patch
+++ b/package/gcc/arc-2016.03/850-libstdcxx-uclibc-c99.patch
diff --git a/package/gcc/arc-2016.03-rc2/851-PR-other-56780.patch b/package/gcc/arc-2016.03/851-PR-other-56780.patch
index feb433920d..feb433920d 100644
--- a/package/gcc/arc-2016.03-rc2/851-PR-other-56780.patch
+++ b/package/gcc/arc-2016.03/851-PR-other-56780.patch
diff --git a/package/gcc/arc-2016.03-rc2/930-libgcc-disable-split-stack-nothreads.patch b/package/gcc/arc-2016.03/930-libgcc-disable-split-stack-nothreads.patch
index 7799c1286e..7799c1286e 100644
--- a/package/gcc/arc-2016.03-rc2/930-libgcc-disable-split-stack-nothreads.patch
+++ b/package/gcc/arc-2016.03/930-libgcc-disable-split-stack-nothreads.patch
diff --git a/package/gcc/gcc.hash b/package/gcc/gcc.hash
index 61c8993dcc..1bed7709e7 100644
--- a/package/gcc/gcc.hash
+++ b/package/gcc/gcc.hash
@@ -10,5 +10,6 @@ sha512 9ac57377a6975fc7adac704ec81355262b9f537def6955576753b87715470a20ee6a2a31
sha512 d619847383405fd389f5a2d7225f97fedb01f81478dbb8339047ccba7561a5c20045ab500a8744bffd19ea51892ce09fc37f862f2cfcb42de0f0f8cd8f8da37a gcc-5.3.0.tar.bz2
# From ftp://gcc.gnu.org/pub/gcc/releases/gcc-6.1.0/sha512.sum
sha512 eeed3e2018b8c012aabce419e8d718fde701e5c3c179b4486c61ba46e5736eecc8fccdd18b01fcd973a42c6ad3116dbbe2ee247fe3757d622d373f93ebaf8d2e gcc-6.1.0.tar.bz2
-# No hash for the ARC variant, comes from the github-helper:
-none xxx gcc-arc-2016.03-rc2.tar.gz
+
+# Locally calculated (fetched from Github)
+sha512 65b1eef5f8ca26941dd9b5e1bcaf4ce285cc95429eeb92b4088663577bcdb2392f9712925f38666d94207fecd244579336f753a13de1f90e5169b21d8a73bef3 gcc-arc-2016.03.tar.gz
OpenPOWER on IntegriCloud