diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2017-05-23 21:41:37 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-25 15:20:34 +0200 |
commit | 0ade154f235560e9cc14bbfe7508fc5601735a11 (patch) | |
tree | fcc8a6391ef049aa80b60032c112902fe4c76fb4 /package/binutils/Config.in.host | |
parent | 6bc8de6f9d5856213cb45f4a86556b55321e3575 (diff) | |
download | buildroot-0ade154f235560e9cc14bbfe7508fc5601735a11.tar.gz buildroot-0ade154f235560e9cc14bbfe7508fc5601735a11.zip |
toolchain: Bump ARC tools to arc-2017.03 release
This commit finally bumps ARC toolchain to arc-2017.03 release.
More info on this release could be found here:
https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2017.03
Note mentioned above web-page is not yet populated but should be very soon.
As a safe fall-back interested could refer to RC2 page here:
https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2017.03-rc2
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 9e89e57b85..03ddf62cbc 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -23,7 +23,7 @@ endchoice config BR2_BINUTILS_VERSION string - default "arc-2017.03-rc2" if BR2_arc + default "arc-2017.03" 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 |