summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-08-25 08:29:43 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-08-25 08:29:49 (GMT)
commit86e7788dd00514c60ca0ee291c546cf92b4b38e1 (patch)
treea4ecefc9fc61ea85546f8baf9568597ad509459d /config
parentd45664d144651c4ed97b48e373488086de302f68 (diff)
parent5463ab4bf6a0ba13e77c0d5d9cb4c2a4656639ca (diff)
Merge branch 'gdb-10' of https://github.com/cpackham/crosstool-ng
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'config')
-rw-r--r--config/debug/gdb.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 7fc539e..d92cd62 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -40,3 +40,9 @@ config GDB_HAS_IPA_LIB
config GDB_CONST_GET_THREAD_AREA
bool
default y if GDB_older_than_7_12
+
+# As of GDB 10.x gdbserver is now at the toplevel of the distributed
+# tarball (instead of a subdirectory of gdb)
+config GDB_GDBSERVER_TOPLEVEL
+ def_bool y
+ depends on GDB_10_2_or_later