summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r--config/debug/gdb.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index b567335..1941408 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -117,16 +117,6 @@ config GDB_V_6_6
bool
prompt "6.6"
-config GDB_V_6_5
- bool
- prompt "6.5 (OBSOLETE)"
- depends on OBSOLETE
-
-config GDB_V_6_4
- bool
- prompt "6.4 (OBSOLETE)"
- depends on OBSOLETE
-
config GDB_V_snapshot
bool
prompt "snapshot (EXPERIMENTAL)"
@@ -143,8 +133,6 @@ config GDB_VERSION
default "6.7.1" if GDB_V_6_7_1
default "6.7" if GDB_V_6_7
default "6.6" if GDB_V_6_6
- default "6.5" if GDB_V_6_5
- default "6.4" if GDB_V_6_4
default "snapshot" if GDB_V_snapshot
if GDB_NATIVE