summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in.cross
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-21 09:09:16 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-09-21 09:12:19 (GMT)
commit9703e669d061d71ad0be2409df804544547fafa1 (patch)
treec3f2b6be6a4950bfc215ab11713982c1147a6263 /config/debug/gdb.in.cross
parent02d1503f6769be4ad8058b393d4245febced459f (diff)
gdb: Remove old milestones
Now that the oldest supported version of gdb is 7.11.1 we can make some parts of the build unconditional and remove the associated config vars. Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'config/debug/gdb.in.cross')
-rw-r--r--config/debug/gdb.in.cross1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross
index e193548..7ecc2e3 100644
--- a/config/debug/gdb.in.cross
+++ b/config/debug/gdb.in.cross
@@ -37,7 +37,6 @@ config GDB_CROSS_SIM
config GDB_CROSS_PYTHON
bool
prompt "Enable python scripting"
- depends on GDB_HAS_PYTHON
depends on !GDB_CROSS_STATIC
default y if !CROSS_NATIVE && !CANADIAN
help