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/gdb/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/gdb/Config.in.host')
-rw-r--r-- | package/gdb/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index b1f0b5569c..cd763aa9be 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -55,7 +55,7 @@ endif # If cross-gdb is not enabled, the latest working version is chosen. config BR2_GDB_VERSION string - default "arc-2017.03-rc2-gdb" if BR2_arc + default "arc-2017.03-gdb" if BR2_arc default "6be65fb56ea6694a9260733a536a023a1e2d4d57" if BR2_microblaze default "7.10.1" if BR2_GDB_VERSION_7_10 default "7.11.1" if BR2_GDB_VERSION_7_11 || !BR2_PACKAGE_HOST_GDB |