diff options
| author | Zakharov Vlad <Vladislav.Zakharov@synopsys.com> | 2017-04-21 22:35:31 +0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-22 15:37:16 +0200 |
| commit | 5f8ef7e25c5cc5c2e4ae4c8b6e8caa029ddf9a94 (patch) | |
| tree | cfc6d4ebcd5fa4fe6a6847e77985193894f0b4c8 /package/binutils/Config.in.host | |
| parent | 1872903d868ccce3a29a906807fa17570f238bb0 (diff) | |
| download | buildroot-5f8ef7e25c5cc5c2e4ae4c8b6e8caa029ddf9a94.tar.gz buildroot-5f8ef7e25c5cc5c2e4ae4c8b6e8caa029ddf9a94.zip | |
toolchain: Bump ARC tools to arc-2017.03-rc1
This commit bumps ARC toolchain to arc-2017.03-rc1
Please note that it is a release candidate and it might contain some
breakages, please don't use it for production builds.
Also I have updated patches for binutils as our source files in
binutils differ comparing to 2.28.
Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/binutils/Config.in.host')
| -rw-r--r-- | package/binutils/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index 0165510568..308322a511 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -20,7 +20,7 @@ endchoice config BR2_BINUTILS_VERSION string - default "arc-2017.03-eng008" if BR2_arc + default "arc-2017.03-rc1" if BR2_arc default "2.26.1" if BR2_BINUTILS_VERSION_2_26_X default "2.27" if BR2_BINUTILS_VERSION_2_27_X default "2.28" if BR2_BINUTILS_VERSION_2_28_X |

