gdb: ARC version is based on GDB 8.0, needs C++11 support
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 25 Jun 2018 19:54:43 +0000 (21:54 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 25 Jun 2018 19:54:43 +0000 (21:54 +0200)
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>
package/gdb/Config.in.host

index ae855a367306e052179862905ea61e1c928be9d6..5f5e402a0e132a5466f1f213b38ef78e43ac2f79 100644 (file)
@@ -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