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.in36
1 files changed, 7 insertions, 29 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index b567335..ecda6c5 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -99,33 +99,14 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config GDB_V_6_8
- bool
- prompt "6.8"
-
-config GDB_V_6_7_1
+config GDB_V_7_0
bool
- prompt "6.7.1 (EXPERIMENTAL)"
+ prompt "7.0 (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_6_5
- bool
- prompt "6.5 (OBSOLETE)"
- depends on OBSOLETE
-
-config GDB_V_6_4
+config GDB_V_6_8
bool
- prompt "6.4 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "6.8"
config GDB_V_snapshot
bool
@@ -139,12 +120,8 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "7.0" if GDB_V_7_0
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 "6.5" if GDB_V_6_5
- default "6.4" if GDB_V_6_4
default "snapshot" if GDB_V_snapshot
if GDB_NATIVE
@@ -161,7 +138,8 @@ config NCURSES_V_5_7
config NCURSES_V_5_6
bool
- prompt "5.6"
+ prompt "5.6 (OBSOLETE)"
+ depends on OBSOLETE
endchoice