diff options
author | Evgeniy Didin <Evgeniy.Didin@synopsys.com> | 2018-05-25 21:07:01 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-05-26 10:17:50 +0200 |
commit | 7aaabe8fc04006b15bb5f9aaf08ac07603fcf7fe (patch) | |
tree | 1f2ca5c817e13fedb467165336903450b2345b7c /package/gcc | |
parent | 71e33a927c00ab66d9c14732e40c051e48456d41 (diff) | |
download | buildroot-7aaabe8fc04006b15bb5f9aaf08ac07603fcf7fe.tar.gz buildroot-7aaabe8fc04006b15bb5f9aaf08ac07603fcf7fe.zip |
toolchain: Bump ARC tools to arc-2018.03-rc2
This commit bumps ARC toolchain to arc-2018.03-rc2, which
includes significant changes since arc-2018.03-rc1.
We want to test how new toolchain-rc2 builds packages,
so we can make fixes before release of toolcain.
This makes us closer to toolchain release which will be in a few weeks.
Please note that it is a release candidate
and it might contain some breakages,
please don't use it for production builds.
Signed-off-by: Evgeniy Didin <didin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: arc-buildroot@synopsys.com
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc')
-rw-r--r-- | package/gcc/Config.in.host | 2 | ||||
-rw-r--r-- | package/gcc/arc-2018.03-rc2/0100-uclibc-conf.patch (renamed from package/gcc/arc-2018.03-rc1/0100-uclibc-conf.patch) | 0 | ||||
-rw-r--r-- | package/gcc/arc-2018.03-rc2/0860-cilk-fix-build-without-wchar.patch (renamed from package/gcc/arc-2018.03-rc1/0860-cilk-fix-build-without-wchar.patch) | 0 | ||||
-rw-r--r-- | package/gcc/arc-2018.03-rc2/0900-remove-selftests.patch (renamed from package/gcc/arc-2018.03-rc1/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 7c08fb3596..00e72db032 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -73,7 +73,7 @@ config BR2_GCC_VERSION default "5.5.0" if BR2_GCC_VERSION_5_X default "6.4.0" if BR2_GCC_VERSION_6_X default "7.3.0" if BR2_GCC_VERSION_7_X - default "arc-2018.03-rc1" if BR2_GCC_VERSION_ARC + default "arc-2018.03-rc2" 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-rc1/0100-uclibc-conf.patch b/package/gcc/arc-2018.03-rc2/0100-uclibc-conf.patch index d354baf81f..d354baf81f 100644 --- a/package/gcc/arc-2018.03-rc1/0100-uclibc-conf.patch +++ b/package/gcc/arc-2018.03-rc2/0100-uclibc-conf.patch diff --git a/package/gcc/arc-2018.03-rc1/0860-cilk-fix-build-without-wchar.patch b/package/gcc/arc-2018.03-rc2/0860-cilk-fix-build-without-wchar.patch index 61ab01c713..61ab01c713 100644 --- a/package/gcc/arc-2018.03-rc1/0860-cilk-fix-build-without-wchar.patch +++ b/package/gcc/arc-2018.03-rc2/0860-cilk-fix-build-without-wchar.patch diff --git a/package/gcc/arc-2018.03-rc1/0900-remove-selftests.patch b/package/gcc/arc-2018.03-rc2/0900-remove-selftests.patch index a3bc7a5730..a3bc7a5730 100644 --- a/package/gcc/arc-2018.03-rc1/0900-remove-selftests.patch +++ b/package/gcc/arc-2018.03-rc2/0900-remove-selftests.patch diff --git a/package/gcc/gcc.hash b/package/gcc/gcc.hash index d9a651b547..817d04e390 100644 --- a/package/gcc/gcc.hash +++ b/package/gcc/gcc.hash @@ -8,6 +8,6 @@ sha512 02c60e54527c7adf584798d5251f8a0b80c93d5deafce82501b2c28e6692e0bd783927bb sha512 ad41a7e4584e40e92cdf860bc0288500fbaf5dfb7e8c3fcabe9eba809c87bcfa85b46c19c19921b0cdf6d05483faede8287bb9ea120c0d1559449a70e602c8d4 gcc-7.3.0.tar.xz # Locally calculated (fetched from Github) -sha512 16e5f9d1637be9a099a996074dc43803803497965c1eab6c0057f10d193d30dcc405ad852df82c4f8c61b195195ee797b788ba0b235d7b03e4410806ac5f94bc gcc-arc-2018.03-rc1.tar.gz +sha512 a0faf2bb34f6c72b6460c6432639d89915cfc63456cfdf016896b3ef075655b2e9f26e745d841bbc38e776bc7a3729359cca88f1e4fb83489fa6775a3ccb55b8 gcc-arc-2018.03-rc2.tar.gz # Locally calculated (fetched from Github) sha512 2de7cf47333a4092b02d3bb98f4206f14966f1d139a724d09cf3b22f8a43ae0c704f33e6477d6367a03c29b265480dc900169e9d417006c5d46f0ae446b8c6f1 gcc-or1k-musl-5.4.0-20170218.tar.gz |