diff options
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r-- | config/debug/gdb.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index f5f7578b..32170c1b 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -4,7 +4,6 @@ source "config/debug/gdb.in.cross" source "config/debug/gdb.in.native" -source "config/debug/gdb.in.gdbserver" config GDB_HAS_PKGVERSION_BUGURL bool @@ -32,3 +31,9 @@ config GDB_DEP_CXX11 def_bool y depends on !CONFIGURE_has_cxx11 select GDB_REQUIRE_older_than_8_0 + +config GDB_HAS_IPA_LIB + bool + depends on GDB_7_2_or_later + default y + |