diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-09-26 20:47:36 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2021-09-26 20:47:42 +1300 |
commit | aa524934f5fcfedb91b03d2fec7a8dd4dd080aea (patch) | |
tree | ff5e58ebf6d3aa1fdff5fb1cf9888904f19cd4fa /config/debug/gdb.in | |
parent | 02d1503f6769be4ad8058b393d4245febced459f (diff) | |
parent | dab2d8011ea67118348a6bd28ae3583960c1b5c3 (diff) | |
download | crosstool-ng-aa524934f5fcfedb91b03d2fec7a8dd4dd080aea.tar.gz crosstool-ng-aa524934f5fcfedb91b03d2fec7a8dd4dd080aea.tar.bz2 crosstool-ng-aa524934f5fcfedb91b03d2fec7a8dd4dd080aea.zip |
Merge branch 'remove-obsolete-versions' of https://github.com/cpackham/crosstool-ng
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r-- | config/debug/gdb.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index d92cd624..aa3235ed 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -5,17 +5,6 @@ source "config/debug/gdb.in.cross" source "config/debug/gdb.in.native" -config GDB_HAS_PKGVERSION_BUGURL - bool - default y if GDB_7_0_or_later - -config GDB_HAS_PYTHON - bool - default y if GDB_7_0_or_later - -config GDB_INSTALL_GDBINIT - bool - default y if GDB_7_0_or_later # GDB 8.0 now requires C++ for build. GDB 7.12 offered a configure # switch to fall back to C. We want to use that option because @@ -32,10 +21,6 @@ config GDB_DEP_CXX11 depends on !CONFIGURE_has_cxx11 select GDB_REQUIRE_older_than_8_0 -config GDB_HAS_IPA_LIB - def_bool y - depends on GDB_7_2_or_later - # Does GDB need ps_get_thread_area with const qualifier? config GDB_CONST_GET_THREAD_AREA bool |