diff options
author | Alexey Neyman <stilor@att.net> | 2019-03-09 18:01:30 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-03-09 18:01:30 -0800 |
commit | 1e25ebc7e04b610bf8324d6e428b320b3ed87009 (patch) | |
tree | c1dfad3008b064b3d029b5cf4942c71395e9defd /config/debug/gdb.in | |
parent | 32af07341db19d0291f962dc0ffbb49429d06358 (diff) | |
download | crosstool-ng-1e25ebc7e04b610bf8324d6e428b320b3ed87009.tar.gz crosstool-ng-1e25ebc7e04b610bf8324d6e428b320b3ed87009.tar.bz2 crosstool-ng-1e25ebc7e04b610bf8324d6e428b320b3ed87009.zip |
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.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 + |