diff options
author | Evgeniy Didin <Evgeniy.Didin@synopsys.com> | 2018-11-20 19:25:22 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-11-20 23:13:20 +0100 |
commit | c786ca2fcbb909a6d3d16200dec5ea96be0ecb51 (patch) | |
tree | 32572040f745e0e2c52c33393f165c5d57836c48 /package/gdb/Config.in.host | |
parent | fac4474cefc5ce0fd5efd620552dda2d217b497c (diff) | |
download | buildroot-c786ca2fcbb909a6d3d16200dec5ea96be0ecb51.tar.gz buildroot-c786ca2fcbb909a6d3d16200dec5ea96be0ecb51.zip |
toolchain: Bump ARC tools to arc-2018.09-rc2
This commit bumps ARC toolchain to arc-2018.09-rc2,
which includes significant changes since arc-2018.09-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 <Evgeniy.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/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 a2c2303594..a04336910e 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -93,7 +93,7 @@ config BR2_PACKAGE_GDB_NEEDS_CXX11 # If cross-gdb is not enabled, the latest working version is chosen. config BR2_GDB_VERSION string - default "arc-2018.09-rc1-gdb" if BR2_arc + default "arc-2018.09-rc2-gdb" if BR2_arc default "7.12.1" if BR2_GDB_VERSION_7_12 default "8.0.1" if BR2_GDB_VERSION_8_0 default "8.1.1" if BR2_GDB_VERSION_8_1 || !BR2_PACKAGE_HOST_GDB |