summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-03-10 02:01:30 (GMT)
committerAlexey Neyman <stilor@att.net>2019-03-10 02:01:30 (GMT)
commit1e25ebc7e04b610bf8324d6e428b320b3ed87009 (patch)
treec1dfad3008b064b3d029b5cf4942c71395e9defd /config/debug/gdb.in
parent32af07341db19d0291f962dc0ffbb49429d06358 (diff)
Move GDB build into a common backend function
... needed to create a common runtime test for an incompatible change in glibc API. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r--config/debug/gdb.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index f5f7578..32170c1 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
+