diff options
author | Evgeniy Didin <Evgeniy.Didin@synopsys.com> | 2018-06-25 18:45:35 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-06-25 21:53:52 +0200 |
commit | 68503bac9c671e74862c90e82d84f7074e14ab02 (patch) | |
tree | c63d8df1452685db83a874b4c37f9f0a7d1164ac /package/gcc | |
parent | a98ee4582f127819c1978c8ee43b66b5acf981ae (diff) | |
download | buildroot-68503bac9c671e74862c90e82d84f7074e14ab02.tar.gz buildroot-68503bac9c671e74862c90e82d84f7074e14ab02.zip |
toolchain: bump ARC tools to arc-2018.03 release
This commit finally bumps ARC tools to the most recent arc-2018.03
release version.
ARC GNU tools of version arc-2018.03 bring some quite significant
changes like:
* Binutils v2.29.51 with additional ARC patches
* GCC 7.3.1 with additional ARC patches
* GDB 8.0.50 with ARC patches
More information on this release could be found here:
https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2018.03-release
Signed-off-by: Evgeniy Didin <didin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: arc-buildroot@synopsys.com
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gcc')
-rw-r--r-- | package/gcc/Config.in.host | 2 | ||||
-rw-r--r-- | package/gcc/arc-2018.03/0100-uclibc-conf.patch (renamed from package/gcc/arc-2018.03-rc2/0100-uclibc-conf.patch) | 0 | ||||
-rw-r--r-- | package/gcc/arc-2018.03/0860-cilk-fix-build-without-wchar.patch (renamed from package/gcc/arc-2018.03-rc2/0860-cilk-fix-build-without-wchar.patch) | 0 | ||||
-rw-r--r-- | package/gcc/arc-2018.03/0900-remove-selftests.patch (renamed from package/gcc/arc-2018.03-rc2/0900-remove-selftests.patch) | 0 | ||||
-rw-r--r-- | package/gcc/gcc.hash | 2 |
5 files changed, 2 insertions, 2 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index c9a20f6d77..899a862dcc 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -81,7 +81,7 @@ config BR2_GCC_VERSION default "6.4.0" if BR2_GCC_VERSION_6_X default "7.3.0" if BR2_GCC_VERSION_7_X default "8.1.0" if BR2_GCC_VERSION_8_X - default "arc-2018.03-rc2" if BR2_GCC_VERSION_ARC + default "arc-2018.03" if BR2_GCC_VERSION_ARC default "or1k-musl-5.4.0-20170218" if BR2_GCC_VERSION_OR1K config BR2_EXTRA_GCC_CONFIG_OPTIONS diff --git a/package/gcc/arc-2018.03-rc2/0100-uclibc-conf.patch b/package/gcc/arc-2018.03/0100-uclibc-conf.patch index d354baf81f..d354baf81f 100644 --- a/package/gcc/arc-2018.03-rc2/0100-uclibc-conf.patch +++ b/package/gcc/arc-2018.03/0100-uclibc-conf.patch diff --git a/package/gcc/arc-2018.03-rc2/0860-cilk-fix-build-without-wchar.patch b/package/gcc/arc-2018.03/0860-cilk-fix-build-without-wchar.patch index 61ab01c713..61ab01c713 100644 --- a/package/gcc/arc-2018.03-rc2/0860-cilk-fix-build-without-wchar.patch +++ b/package/gcc/arc-2018.03/0860-cilk-fix-build-without-wchar.patch diff --git a/package/gcc/arc-2018.03-rc2/0900-remove-selftests.patch b/package/gcc/arc-2018.03/0900-remove-selftests.patch index a3bc7a5730..a3bc7a5730 100644 --- a/package/gcc/arc-2018.03-rc2/0900-remove-selftests.patch +++ b/package/gcc/arc-2018.03/0900-remove-selftests.patch diff --git a/package/gcc/gcc.hash b/package/gcc/gcc.hash index 6d2fcda13e..a6dddb0813 100644 --- a/package/gcc/gcc.hash +++ b/package/gcc/gcc.hash @@ -10,6 +10,6 @@ sha512 ad41a7e4584e40e92cdf860bc0288500fbaf5dfb7e8c3fcabe9eba809c87bcfa85b46c19 sha512 c96246f34a7aeb404c4525b754dc7f7708a18e06271aadb2b32fef00e6e0940f584e52430bfe2ab01e699c93e3cb418adc113d2622fa826facbec0ec8ce3eb2c gcc-8.1.0.tar.xz # Locally calculated (fetched from Github) -sha512 a0faf2bb34f6c72b6460c6432639d89915cfc63456cfdf016896b3ef075655b2e9f26e745d841bbc38e776bc7a3729359cca88f1e4fb83489fa6775a3ccb55b8 gcc-arc-2018.03-rc2.tar.gz +sha512 7c6555d629957d154c9c0524fc2c82301c9ab9192f5b9175c47b1f2dde298ac032e86360d91866c3c4d001cf8e191a90dc88f3c900ebfc367c5888ab7bf2ce79 gcc-arc-2018.03.tar.gz # Locally calculated (fetched from Github) sha512 2de7cf47333a4092b02d3bb98f4206f14966f1d139a724d09cf3b22f8a43ae0c704f33e6477d6367a03c29b265480dc900169e9d417006c5d46f0ae446b8c6f1 gcc-or1k-musl-5.4.0-20170218.tar.gz |