summaryrefslogtreecommitdiff
path: root/config
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
parent288173ce56309b762c11d0e8c11d18c828ed14bc (diff)
config: rip-out versions marked as OBSOLETE
Diffstat (limited to 'config')
-rw-r--r--config/binutils/binutils.in12
-rw-r--r--config/cc/gcc.in48
-rw-r--r--config/debug/dmalloc.in6
-rw-r--r--config/debug/gdb.in12
-rw-r--r--config/debug/strace.in12
-rw-r--r--config/kernel/linux.in55
-rw-r--r--config/libc/uClibc.in18
7 files changed, 0 insertions, 163 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index 9d506b5..0900085 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -91,16 +91,6 @@ config BINUTILS_V_2_16_1
bool
prompt "2.16.1"
-config BINUTILS_V_2_15
- bool
- prompt "2.15 (OBSOLETE)"
- depends on OBSOLETE
-
-config BINUTILS_V_2_14
- bool
- prompt "2.14 (OBSOLETE)"
- depends on OBSOLETE
-
endchoice
config BINUTILS_VERSION
@@ -124,8 +114,6 @@ config BINUTILS_VERSION
default "2.18" if BINUTILS_V_2_18
default "2.17" if BINUTILS_V_2_17
default "2.16.1" if BINUTILS_V_2_16_1
- default "2.15" if BINUTILS_V_2_15
- default "2.14" if BINUTILS_V_2_14
config BINUTILS_EXTRA_CONFIG
string
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index d479272..e5314a6 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -83,55 +83,15 @@ config CC_V_4_1_2
bool
prompt "4.1.2"
-config CC_V_4_1_1
- bool
- prompt "4.1.1 (OBSOLETE)"
- depends on OBSOLETE
-
-config CC_V_4_1_0
- bool
- prompt "4.1.0 (OBSOLETE)"
- depends on OBSOLETE
-
config CC_V_4_0_4
bool
prompt "4.0.4"
-config CC_V_4_0_3
- bool
- prompt "4.0.3 (OBSOLETE)"
- depends on OBSOLETE
-
-config CC_V_4_0_2
- bool
- prompt "4.0.2 (OBSOLETE)"
- depends on OBSOLETE
-
-config CC_V_4_0_1
- bool
- prompt "4.0.1 (OBSOLETE)"
- depends on OBSOLETE
-
-config CC_V_4_0_0
- bool
- prompt "4.0.0 (OBSOLETE)"
- depends on OBSOLETE
-
config CC_V_3_4_6
bool
prompt "3.4.6 (OBSOLETE)"
depends on OBSOLETE
-config CC_V_3_3_6
- bool
- prompt "3.3.6 (OBSOLETE)"
- depends on OBSOLETE
-
-config CC_V_3_2_3
- bool
- prompt "3.2.3 (OBSOLETE)"
- depends on OBSOLETE
-
endchoice
config CC_GCC_4_3_or_later
@@ -161,16 +121,8 @@ config CC_VERSION
default "4.2.1" if CC_V_4_2_1
default "4.2.0" if CC_V_4_2_0
default "4.1.2" if CC_V_4_1_2
- default "4.1.1" if CC_V_4_1_1
- default "4.1.0" if CC_V_4_1_0
default "4.0.4" if CC_V_4_0_4
- default "4.0.3" if CC_V_4_0_3
- default "4.0.2" if CC_V_4_0_2
- default "4.0.1" if CC_V_4_0_1
- default "4.0.0" if CC_V_4_0_0
default "3.4.6" if CC_V_3_4_6
- default "3.3.6" if CC_V_3_3_6
- default "3.2.3" if CC_V_3_2_3
config CC_CXA_ATEXIT
bool
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
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 34c5422..e5792c5 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -90,51 +90,6 @@ config KERNEL_V_2_6_27_35
bool
prompt "2.6.27.35 (long-term stable)"
-config KERNEL_V_2_6_26_8
- bool
- prompt "2.6.26.8 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_25_20
- bool
- prompt "2.6.25.20 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_24_7
- bool
- prompt "2.6.24.7 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_23_17
- bool
- prompt "2.6.23.17 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_22_19
- bool
- prompt "2.6.22.19 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_21_7
- bool
- prompt "2.6.21.7 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_20_21
- bool
- prompt "2.6.20.21 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_19_7
- bool
- prompt "2.6.19.7 (OBSOLETE)"
- depends on OBSOLETE
-
-config KERNEL_V_2_6_18_8
- bool
- prompt "2.6.18.8 (OBSOLETE)"
- depends on OBSOLETE
-
config KERNEL_V_select
bool
prompt "Other version (EXPERIMENTAL)"
@@ -159,18 +114,8 @@ config KERNEL_VERSION
default "2.6.30.1" if KERNEL_V_2_6_30_1
default "2.6.30" if KERNEL_V_2_6_30
default "2.6.29.6" if KERNEL_V_2_6_29_6
- default "2.6.29" if KERNEL_V_2_6_29
default "2.6.28.10" if KERNEL_V_2_6_28_10
default "2.6.27.35" if KERNEL_V_2_6_27_35
- default "2.6.26.8" if KERNEL_V_2_6_26_8
- default "2.6.25.20" if KERNEL_V_2_6_25_20
- default "2.6.24.7" if KERNEL_V_2_6_24_7
- default "2.6.23.17" if KERNEL_V_2_6_23_17
- default "2.6.22.19" if KERNEL_V_2_6_22_19
- default "2.6.21.7" if KERNEL_V_2_6_21_7
- default "2.6.20.21" if KERNEL_V_2_6_20_21
- default "2.6.19.7" if KERNEL_V_2_6_19_7
- default "2.6.18.8" if KERNEL_V_2_6_18_8
help
Enter here the kernel version you want to use, if it is
not listed above. Something like V.P.S or V.P.S.E, where:
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 81c3b28..dcaace3 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -32,21 +32,6 @@ config LIBC_V_0_9_28_3
bool
prompt "0.9.28.3"
-config LIBC_V_0_9_28_2
- bool
- prompt "0.9.28.2 (OBSOLETE)"
- depends on OBSOLETE
-
-config LIBC_V_0_9_28_1
- bool
- prompt "0.9.28.1 (OBSOLETE)"
- depends on OBSOLETE
-
-config LIBC_V_0_9_28
- bool
- prompt "0.9.28 (OBSOLETE)"
- depends on OBSOLETE
-
config LIBC_V_snapshot
bool
prompt "latest snapshot (EXPERIMENTAL)"
@@ -68,9 +53,6 @@ config LIBC_VERSION
default "0.9.30" if LIBC_V_0_9_30
default "0.9.29" if LIBC_V_0_9_29
default "0.9.28.3" if LIBC_V_0_9_28_3
- default "0.9.28.2" if LIBC_V_0_9_28_2
- default "0.9.28.1" if LIBC_V_0_9_28_1
- default "0.9.28" if LIBC_V_0_9_28
default "snapshot" if LIBC_V_snapshot
config LIBC_UCLIBC_0_9_30_or_later