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>
(cherry picked from commit cec133e873
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
0d666c3bce
commit
e950431cdb
@ -79,6 +79,7 @@ endif
|
||||
config BR2_PACKAGE_GDB_NEEDS_CXX11
|
||||
bool
|
||||
default y if BR2_GDB_VERSION_8_0
|
||||
default y if BR2_arc
|
||||
|
||||
# If cross-gdb is not enabled, the latest working version is chosen.
|
||||
config BR2_GDB_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user