summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-28 17:55:40 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-28 17:55:40 (GMT)
commit4fb0c302e0809c1f88a8573e87ce46da1d821a8f (patch)
tree1ad0516974250ddbca813e9d6cfabe9217eb93b1 /config/debug
parent288173ce56309b762c11d0e8c11d18c828ed14bc (diff)
config: rip-out versions marked as OBSOLETE
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/dmalloc.in6
-rw-r--r--config/debug/gdb.in12
-rw-r--r--config/debug/strace.in12
3 files changed, 0 insertions, 30 deletions
diff --git a/config/debug/dmalloc.in b/config/debug/dmalloc.in
index 7e026d0..fa6bdbd 100644
--- a/config/debug/dmalloc.in
+++ b/config/debug/dmalloc.in
@@ -13,11 +13,6 @@ config DMALLOC_V_5_5_2
bool
prompt "5.5.2"
-config DMALLOC_V_5_4_3
- bool
- prompt "5.4.3 (OBSOLETE)"
- depends on OBSOLETE
-
endchoice
config DMALLOC_VERSION
@@ -25,4 +20,3 @@ config DMALLOC_VERSION
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "5.5.2" if DMALLOC_V_5_5_2
- default "5.4.3" if DMALLOC_V_5_4_3
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
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 4fcaa73..8f6ce0d 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -25,16 +25,6 @@ config STRACE_V_4_5_15
bool
prompt "4.5.15"
-config STRACE_V_4_5_14
- bool
- prompt "4.5.14 (OBSOLETE)"
- depends on OBSOLETE
-
-config STRACE_V_4_5
- bool
- prompt "4.5 (OBSOLETE)"
- depends on OBSOLETE
-
endchoice
config STRACE_VERSION
@@ -45,5 +35,3 @@ config STRACE_VERSION
default "4.5.17" if STRACE_V_4_5_17
default "4.5.16" if STRACE_V_4_5_16
default "4.5.15" if STRACE_V_4_5_15
- default "4.5.14" if STRACE_V_4_5_14
- default "4.5" if STRACE_V_4_5