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.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 1941408..4914e90 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -103,20 +103,6 @@ config GDB_V_6_8
bool
prompt "6.8"
-config GDB_V_6_7_1
- bool
- prompt "6.7.1 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config GDB_V_6_7
- bool
- prompt "6.7 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config GDB_V_6_6
- bool
- prompt "6.6"
-
config GDB_V_snapshot
bool
prompt "snapshot (EXPERIMENTAL)"
@@ -130,9 +116,6 @@ config GDB_VERSION
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "6.8" if GDB_V_6_8
- 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 "snapshot" if GDB_V_snapshot
if GDB_NATIVE