summaryrefslogtreecommitdiffstats
path: root/package/gdb/Config.in.host
diff options
context:
space:
mode:
authorEvgeniy Didin <Evgeniy.Didin@synopsys.com>2018-05-25 21:07:01 +0300
committerPeter Korsgaard <peter@korsgaard.com>2018-05-26 10:17:50 +0200
commit7aaabe8fc04006b15bb5f9aaf08ac07603fcf7fe (patch)
tree1f2ca5c817e13fedb467165336903450b2345b7c /package/gdb/Config.in.host
parent71e33a927c00ab66d9c14732e40c051e48456d41 (diff)
downloadbuildroot-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/gdb/Config.in.host')
-rw-r--r--package/gdb/Config.in.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index e8dd09e61c..0011966d88 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -74,7 +74,7 @@ endif
# If cross-gdb is not enabled, the latest working version is chosen.
config BR2_GDB_VERSION
string
- default "arc-2018.03-rc1-gdb" if BR2_arc
+ default "arc-2018.03-rc2-gdb" if BR2_arc
default "7.10.1" if BR2_GDB_VERSION_7_10
default "7.11.1" if BR2_GDB_VERSION_7_11 || !BR2_PACKAGE_HOST_GDB
default "7.12.1" if BR2_GDB_VERSION_7_12
OpenPOWER on IntegriCloud