summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/binutils/binutils.in92
-rw-r--r--config/binutils/elf2flt.in3
-rw-r--r--config/cc/gcc.in67
-rw-r--r--config/companion_libs/cloog.in9
-rw-r--r--config/companion_libs/gmp.in6
-rw-r--r--config/companion_libs/mpc.in3
-rw-r--r--config/companion_libs/mpfr.in6
-rw-r--r--config/debug/dmalloc.in6
-rw-r--r--config/debug/duma.in12
-rw-r--r--config/debug/gdb.in36
-rw-r--r--config/debug/ltrace.in6
-rw-r--r--config/debug/strace.in28
-rw-r--r--config/kernel/linux.in103
-rw-r--r--config/libc/eglibc.in12
-rw-r--r--config/libc/glibc.in15
-rw-r--r--config/libc/uClibc.in22
-rw-r--r--config/tools/libelf.in3
-rw-r--r--config/tools/sstrip.in3
18 files changed, 125 insertions, 307 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index 9d506b5..11b09c7 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -2,29 +2,15 @@
comment "GNU binutils"
-config BINUTILS_VERSION
- string
-
choice
bool
prompt "binutils version"
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config BINUTILS_V_2_19_51_0_2
- bool
- prompt "2.19.51.0.2 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_19_51_0_1
- bool
- prompt "2.19.51.0.1 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_19_50_0_1
+config BINUTILS_V_2_20
bool
- prompt "2.19.50.0.1 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "2.20"
config BINUTILS_V_2_19_1
bool
@@ -34,71 +20,18 @@ config BINUTILS_V_2_19
bool
prompt "2.19"
-config BINUTILS_V_2_18_93
- bool
- prompt "2.18.93 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_18_92
- bool
- prompt "2.18.92 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_18_91
- bool
- prompt "2.18.91 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_18_90
- bool
- prompt "2.18.90 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_18_50_0_9
- bool
- prompt "2.18.50.0.9 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_18_50_0_8
- bool
- prompt "2.18.50.0.8 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_18_50_0_7
- bool
- prompt "2.18.50.0.7 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_18_50_0_6
- bool
- prompt "2.18.50.0.6 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config BINUTILS_V_2_18_50_0_4
- bool
- prompt "2.18.50.0.4 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
config BINUTILS_V_2_18
bool
prompt "2.18"
config BINUTILS_V_2_17
bool
- prompt "2.17"
-
-config BINUTILS_V_2_16_1
- bool
- prompt "2.16.1"
-
-config BINUTILS_V_2_15
- bool
- prompt "2.15 (OBSOLETE)"
+ prompt "2.17 (OBSOLETE)"
depends on OBSOLETE
-config BINUTILS_V_2_14
+config BINUTILS_V_2_16_1
bool
- prompt "2.14 (OBSOLETE)"
+ prompt "2.16.1 (OBSOLETE)"
depends on OBSOLETE
endchoice
@@ -107,25 +40,12 @@ config BINUTILS_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "2.19.51.0.2" if BINUTILS_V_2_19_51_0_2
- default "2.19.51.0.1" if BINUTILS_V_2_19_51_0_1
- default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1
+ default "2.20" if BINUTILS_V_2_20
default "2.19.1" if BINUTILS_V_2_19_1
default "2.19" if BINUTILS_V_2_19
- default "2.18.93" if BINUTILS_V_2_18_93
- default "2.18.92" if BINUTILS_V_2_18_92
- default "2.18.91" if BINUTILS_V_2_18_91
- default "2.18.90" if BINUTILS_V_2_18_90
- default "2.18.50.0.9" if BINUTILS_V_2_18_50_0_9
- default "2.18.50.0.8" if BINUTILS_V_2_18_50_0_8
- default "2.18.50.0.7" if BINUTILS_V_2_18_50_0_7
- default "2.18.50.0.6" if BINUTILS_V_2_18_50_0_6
- default "2.18.50.0.4" if BINUTILS_V_2_18_50_0_4
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/binutils/elf2flt.in b/config/binutils/elf2flt.in
index c46e599..4f95ec7 100644
--- a/config/binutils/elf2flt.in
+++ b/config/binutils/elf2flt.in
@@ -4,9 +4,6 @@ if ARCH_BINFMT_FLAT
comment "elf2flt"
-config ELF2FLT_VERSION
- string
-
choice
bool
prompt "elf2flt version"
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index d479272..e935a8b 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -19,6 +19,13 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config CC_V_4_4_2
+ bool
+ prompt "4.4.2 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ select CC_GCC_4_3_or_later
+ select CC_GCC_4_4_or_later
+
config CC_V_4_4_1
bool
prompt "4.4.1 (EXPERIMENTAL)"
@@ -65,7 +72,8 @@ config CC_V_4_2_4
config CC_V_4_2_3
bool
- prompt "4.2.3"
+ prompt "4.2.3 (OBSOLETE)"
+ depends on OBSOLETE
config CC_V_4_2_2
bool
@@ -73,48 +81,22 @@ config CC_V_4_2_2
config CC_V_4_2_1
bool
- prompt "4.2.1"
+ prompt "4.2.1 (OBSOLETE)"
+ depends on OBSOLETE
config CC_V_4_2_0
bool
- prompt "4.2.0"
-
-config CC_V_4_1_2
- bool
- prompt "4.1.2"
-
-config CC_V_4_1_1
- bool
- prompt "4.1.1 (OBSOLETE)"
+ prompt "4.2.0 (OBSOLETE)"
depends on OBSOLETE
-config CC_V_4_1_0
+config CC_V_4_1_2
bool
- prompt "4.1.0 (OBSOLETE)"
+ prompt "4.1.2 (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)"
+ prompt "4.0.4 (OBSOLETE)"
depends on OBSOLETE
config CC_V_3_4_6
@@ -122,16 +104,6 @@ config CC_V_3_4_6
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
@@ -148,6 +120,7 @@ config CC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "4.4.2" if CC_V_4_4_2
default "4.4.1" if CC_V_4_4_1
default "4.4.0" if CC_V_4_4_0
default "4.3.4" if CC_V_4_3_4
@@ -161,16 +134,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/companion_libs/cloog.in b/config/companion_libs/cloog.in
index 75ddb14..1786d81 100644
--- a/config/companion_libs/cloog.in
+++ b/config/companion_libs/cloog.in
@@ -16,15 +16,18 @@ config CLOOG_V_0_15_6
config CLOOG_V_0_15_5
bool
- prompt "0.15.5"
+ prompt "0.15.5 (OBSOLETE)"
+ depends on OBSOLETE
config CLOOG_V_0_15_4
bool
- prompt "0.15.4"
+ prompt "0.15.4 (OBSOLETE)"
+ depends on OBSOLETE
config CLOOG_V_0_15_3
bool
- prompt "0.15.3"
+ prompt "0.15.3 (OBSOLETE)"
+ depends on OBSOLETE
endchoice
diff --git a/config/companion_libs/gmp.in b/config/companion_libs/gmp.in
index 75628d9..6702492 100644
--- a/config/companion_libs/gmp.in
+++ b/config/companion_libs/gmp.in
@@ -16,11 +16,13 @@ config GMP_V_4_3_0
config GMP_V_4_2_4
bool
- prompt "4.2.4"
+ prompt "4.2.4 (OBSOLETE)"
+ depends on OBSOLETE
config GMP_V_4_2_2
bool
- prompt "4.2.2"
+ prompt "4.2.2 (OBSOLETE)"
+ depends on OBSOLETE
endchoice
diff --git a/config/companion_libs/mpc.in b/config/companion_libs/mpc.in
index 27e9b90..5318238 100644
--- a/config/companion_libs/mpc.in
+++ b/config/companion_libs/mpc.in
@@ -12,7 +12,8 @@ config MPC_V_0_7
config MPC_V_0_6
bool
- prompt "0.6"
+ prompt "0.6 (OBSOLETE)"
+ depends on OBSOLETE
endchoice
diff --git a/config/companion_libs/mpfr.in b/config/companion_libs/mpfr.in
index 61f057a..118e229 100644
--- a/config/companion_libs/mpfr.in
+++ b/config/companion_libs/mpfr.in
@@ -16,11 +16,13 @@ config MPFR_V_2_4_0
config MPFR_V_2_3_2
bool
- prompt "2.3.2"
+ prompt "2.3.2 (OBSOLETE)"
+ depends on OBSOLETE
config MPFR_V_2_3_1
bool
- prompt "2.3.1"
+ prompt "2.3.1 (OBSOLETE)"
+ depends on OBSOLETE
endchoice
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/duma.in b/config/debug/duma.in
index 0afb5b8..753a879 100644
--- a/config/debug/duma.in
+++ b/config/debug/duma.in
@@ -29,19 +29,23 @@ config DUMA_V_2_5_15
config DUMA_V_2_5_14
bool
- prompt "2_5_14"
+ prompt "2_5_14 (OBSOLETE)"
+ depends on OBSOLETE
config DUMA_V_2_5_12
bool
- prompt "2_5_12"
+ prompt "2_5_12 (OBSOLETE)"
+ depends on OBSOLETE
config DUMA_V_2_5_8
bool
- prompt "2_5_8"
+ prompt "2_5_8 (OBSOLETE)"
+ depends on OBSOLETE
config DUMA_V_2_5_1
bool
- prompt "2_5_1"
+ prompt "2_5_1 (OBSOLETE)"
+ depends on OBSOLETE
endchoice
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
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index 50d365d..b119410 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -25,11 +25,13 @@ config LTRACE_V_0_5_1
config LTRACE_V_0_5
bool
- prompt "0.5"
+ prompt "0.5 (OBSOLETE)"
+ depends on OBSOLETE
config LTRACE_V_0_4
bool
- prompt "0.4"
+ prompt "0.4 (OBSOLETE)"
+ depends on OBSOLETE
endchoice
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 4fcaa73..0b9e446 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -8,31 +8,28 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config STRACE_V_4_5_18
+config STRACE_V_4_5_19
bool
- prompt "4.5.18 (EXPERIMENTAL)"
+ prompt "4.5.19 (EXPERIMENTAL)"
depends on EXPERIMENTAL
-config STRACE_V_4_5_17
- bool
- prompt "4.5.17"
-
-config STRACE_V_4_5_16
+config STRACE_V_4_5_18
bool
- prompt "4.5.16"
+ prompt "4.5.18"
-config STRACE_V_4_5_15
+config STRACE_V_4_5_17
bool
- prompt "4.5.15"
+ prompt "4.5.17 (OBSOLETE)"
+ depends on OBSOLETE
-config STRACE_V_4_5_14
+config STRACE_V_4_5_16
bool
- prompt "4.5.14 (OBSOLETE)"
+ prompt "4.5.16 (OBSOLETE)"
depends on OBSOLETE
-config STRACE_V_4_5
+config STRACE_V_4_5_15
bool
- prompt "4.5 (OBSOLETE)"
+ prompt "4.5.15 (OBSOLETE)"
depends on OBSOLETE
endchoice
@@ -41,9 +38,8 @@ config STRACE_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "4.5.19" if STRACE_V_4_5_19
default "4.5.18" if STRACE_V_4_5_18
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..9a388ee 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -34,6 +34,22 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_31_5
+ bool
+ prompt "2.6.31.5"
+
+config KERNEL_V_2_6_31_4
+ bool
+ prompt "2.6.31.4"
+
+config KERNEL_V_2_6_31_3
+ bool
+ prompt "2.6.31.3"
+
+config KERNEL_V_2_6_31_2
+ bool
+ prompt "2.6.31.2"
+
config KERNEL_V_2_6_31_1
bool
prompt "2.6.31.1"
@@ -42,6 +58,10 @@ config KERNEL_V_2_6_31
bool
prompt "2.6.31"
+config KERNEL_V_3_6_30_9
+ bool
+ prompt "3.6.30.9"
+
config KERNEL_V_3_6_30_8
bool
prompt "3.6.30.8"
@@ -80,75 +100,31 @@ config KERNEL_V_2_6_30
config KERNEL_V_2_6_29_6
bool
- prompt "2.6.29.6"
-
-config KERNEL_V_2_6_28_10
- bool
- prompt "2.6.28.10"
-
-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)"
+ prompt "2.6.29.6 (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
+config KERNEL_V_2_6_28_10
bool
- prompt "2.6.18.8 (OBSOLETE)"
+ prompt "2.6.28.10 (OBSOLETE)"
depends on OBSOLETE
-config KERNEL_V_select
+config KERNEL_V_2_6_27_38
bool
- prompt "Other version (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "2.6.27.38 (long-term stable)"
endchoice
config KERNEL_VERSION
string
- prompt "Kernel version" if KERNEL_V_select
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.6.31.5" if KERNEL_V_2_6_31_5
+ default "2.6.31.4" if KERNEL_V_2_6_31_4
+ default "2.6.31.3" if KERNEL_V_2_6_31_3
+ default "2.6.31.2" if KERNEL_V_2_6_31_2
default "2.6.31.1" if KERNEL_V_2_6_31_1
default "2.6.31" if KERNEL_V_2_6_31
+ default "3.6.30.9" if KERNEL_V_3_6_30_9
default "3.6.30.8" if KERNEL_V_3_6_30_8
default "3.6.30.7" if KERNEL_V_3_6_30_7
default "2.6.30.6" if KERNEL_V_2_6_30_6
@@ -159,25 +135,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:
- V: VERSION
- P: PATCHLEVEL
- S: SUBLEVEL
- E: EXTRAVERSION
+ default "2.6.27.38" if KERNEL_V_2_6_27_38
choice
bool
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index 877b6f3..f37ff89 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -28,19 +28,23 @@ config EGLIBC_V_2_9
config EGLIBC_V_2_8
bool
- prompt "2_8"
+ prompt "2_8 (OBSOLETE)"
+ depends on OBSOLETE
config EGLIBC_V_2_7
bool
- prompt "2_7"
+ prompt "2_7 (OBSOLETE)"
+ depends on OBSOLETE
config EGLIBC_V_2_6
bool
- prompt "2_6"
+ prompt "2_6 (OBSOLETE)"
+ depends on OBSOLETE
config EGLIBC_V_2_5
bool
- prompt "2_5"
+ prompt "2_5 (OBSOLETE)"
+ depends on OBSOLETE
config EGLIBC_V_TRUNK
bool
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 777657c..ac57fa0 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -26,23 +26,28 @@ config LIBC_V_2_8
config LIBC_V_2_7
bool
- prompt "2.7"
+ prompt "2.7 (OBSOLETE)"
+ depends on OBSOLETE
config LIBC_V_2_6_1
bool
- prompt "2.6.1"
+ prompt "2.6.1 (OBSOLETE)"
+ depends on OBSOLETE
config LIBC_V_2_6
bool
- prompt "2.6"
+ prompt "2.6 (OBSOLETE)"
+ depends on OBSOLETE
config LIBC_V_2_5_1
bool
- prompt "2.5.1"
+ prompt "2.5.1 (OBSOLETE)"
+ depends on OBSOLETE
config LIBC_V_2_5
bool
- prompt "2.5"
+ prompt "2.5 (OBSOLETE)"
+ depends on OBSOLETE
config LIBC_V_2_3_6
bool
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 81c3b28..d38f83d 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -26,25 +26,12 @@ config LIBC_V_0_9_30
config LIBC_V_0_9_29
bool
- prompt "0.9.29"
-
-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)"
+ prompt "0.9.29 (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
+config LIBC_V_0_9_28_3
bool
- prompt "0.9.28 (OBSOLETE)"
+ prompt "0.9.28.3 (OBSOLETE)"
depends on OBSOLETE
config LIBC_V_snapshot
@@ -68,9 +55,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
diff --git a/config/tools/libelf.in b/config/tools/libelf.in
index 10ed90c..f195868 100644
--- a/config/tools/libelf.in
+++ b/config/tools/libelf.in
@@ -21,7 +21,8 @@ config LIBELF_V_0_8_11
config LIBELF_V_0_8_10
bool
- prompt "0.8.10"
+ prompt "0.8.10 (OBSOLETE)"
+ depends on OBSOLETE
endchoice
diff --git a/config/tools/sstrip.in b/config/tools/sstrip.in
index 5abd0f3..975e74f 100644
--- a/config/tools/sstrip.in
+++ b/config/tools/sstrip.in
@@ -19,7 +19,8 @@ config SSTRIP_BUILDROOT
config SSTRIP_ELFKICKERS
bool
- prompt "ELFkickers"
+ prompt "ELFkickers (OBSOLETE)"
+ depends on OBSOLETE
help
The original, ageing version, of sstrip from ELFkickers.
Fully functional, but not maintained anymore.