diff options
author | Alexey Neyman <stilor@att.net> | 2017-06-04 22:27:02 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-06-04 23:23:09 -0700 |
commit | 72a5a1d6de43503579cb77daacdf17a77a315c03 (patch) | |
tree | 2bb8787faf30ba6ea4838f5e8c5d1a4ba5850948 /config/debug/gdb.in.native | |
parent | ef1ff2600db572b05f812c638a950f5be31aa6c9 (diff) | |
download | crosstool-ng-72a5a1d6de43503579cb77daacdf17a77a315c03.tar.gz crosstool-ng-72a5a1d6de43503579cb77daacdf17a77a315c03.tar.bz2 crosstool-ng-72a5a1d6de43503579cb77daacdf17a77a315c03.zip |
Add GDB 8.0 ...
... which now requires C++.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/debug/gdb.in.native')
-rw-r--r-- | config/debug/gdb.in.native | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native index faee8c3d..f199d591 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 ! LIBC_bionic + depends on CC_LANG_CXX || !GDB_8_0_or_later select EXPAT_TARGET select NCURSES_TARGET help |