summaryrefslogtreecommitdiffstats
path: root/package/gdb
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-06-25 21:54:43 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-06-25 21:54:43 +0200
commitcec133e873e991e26b7fa8bbeb7162c4433cadcf (patch)
tree518d5f3a5ad83576a39f879a1b5a0140e20d9012 /package/gdb
parent68503bac9c671e74862c90e82d84f7074e14ab02 (diff)
downloadbuildroot-cec133e873e991e26b7fa8bbeb7162c4433cadcf.tar.gz
buildroot-cec133e873e991e26b7fa8bbeb7162c4433cadcf.zip
gdb: ARC version is based on GDB 8.0, needs C++11 support
The special gdb version used for ARC is based on GDB 8.0, so it needs C++11 support. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gdb')
-rw-r--r--package/gdb/Config.in.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index ae855a3673..5f5e402a0e 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -82,6 +82,7 @@ config BR2_PACKAGE_GDB_NEEDS_CXX11
default y if !BR2_PACKAGE_HOST_GDB
default y if BR2_GDB_VERSION_8_0
default y if BR2_GDB_VERSION_8_1
+ default y if BR2_arc
# If cross-gdb is not enabled, the latest working version is chosen.
config BR2_GDB_VERSION
OpenPOWER on IntegriCloud