summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.native
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-14 03:54:08 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-14 05:47:07 (GMT)
commitd34a6bd8a0222fadfc86795f65ca9a7df232324d (patch)
treef83d6e8060642ba8643e4bf1a3004928a027df89 /config/debug/gdb.in.native
parentd7b313774e0881090d14dbd23339f67e8f0109d0 (diff)
GDB 7.12 needs c++.
Also, minor fixes in 300-gdb.sh Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/debug/gdb.in.native')
-rw-r--r--config/debug/gdb.in.native1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native
index 915debd..634b13b 100644
--- a/config/debug/gdb.in.native
+++ b/config/debug/gdb.in.native
@@ -5,6 +5,7 @@ config GDB_NATIVE
prompt "Native gdb"
depends on ! BARE_METAL
depends on ! BACKEND
+ depends on CC_LANG_CXX || !GDB_7_12_or_later
select EXPAT_TARGET
select NCURSES_TARGET
help