summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-14 20:11:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-14 20:11:44 (GMT)
commit6c368af5b4e68c05c8774ea5795b708aca9d0d66 (patch)
tree85f99014c1d7d312006d95d6dc37f9bf1ab47b8e /config/debug/gdb.in
parentab0fc7eab41d6e253549dbc63431f9ba153a0418 (diff)
Do a clean-up pass on the OBSOLETE features (versions):
- remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt;
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r--config/debug/gdb.in14
1 files changed, 1 insertions, 13 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 086524c..a94e813 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -42,19 +42,9 @@ config GDB_V_snapshot
prompt "snapshot (EXPERIMENTAL)"
depends on EXPERIMENTAL
-config GDB_V_6_2_1
- bool
- prompt "6.2.1"
- depends on OBSOLETE
-
-config GDB_V_6_3
- bool
- prompt "6.3"
- depends on OBSOLETE
-
config GDB_V_6_4
bool
- prompt "6.4"
+ prompt "6.4 (OBSOLETE)"
depends on OBSOLETE
config GDB_V_6_5
@@ -72,8 +62,6 @@ endchoice
config GDB_VERSION
string
default "snapshot" if GDB_V_snapshot
- default "6.2.1" if GDB_V_6_2_1
- default "6.3" if GDB_V_6_3
default "6.4" if GDB_V_6_4
default "6.5" if GDB_V_6_5
default "6.6" if GDB_V_6_6