summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/eglibc.in24
-rw-r--r--config/libc/glibc.in32
-rw-r--r--config/libc/uClibc.in12
3 files changed, 0 insertions, 68 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index 4f6ed12..1dd2c97 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -59,26 +59,6 @@ config LIBC_EGLIBC_V_2_9
prompt "2_9"
select LIBC_EGLIBC_2_9_or_later
-config LIBC_EGLIBC_V_2_8
- bool
- prompt "2_8 (OBSOLETE)"
- depends on OBSOLETE
-
-config LIBC_EGLIBC_V_2_7
- bool
- prompt "2_7 (OBSOLETE)"
- depends on OBSOLETE
-
-config LIBC_EGLIBC_V_2_6
- bool
- prompt "2_6 (OBSOLETE)"
- depends on OBSOLETE
-
-config LIBC_EGLIBC_V_2_5
- bool
- prompt "2_5 (OBSOLETE)"
- depends on OBSOLETE
-
config LIBC_EGLIBC_V_TRUNK
bool
prompt "'trunk'"
@@ -100,10 +80,6 @@ config LIBC_VERSION
default "2_11" if LIBC_EGLIBC_V_2_11
default "2_10" if LIBC_EGLIBC_V_2_10
default "2_9" if LIBC_EGLIBC_V_2_9
- default "2_8" if LIBC_EGLIBC_V_2_8
- default "2_7" if LIBC_EGLIBC_V_2_7
- default "2_6" if LIBC_EGLIBC_V_2_6
- default "2_5" if LIBC_EGLIBC_V_2_5
default "trunk" if LIBC_EGLIBC_V_TRUNK
config LIBC_EGLIBC_2_16_or_later
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 70780a3..2710b82 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -55,33 +55,6 @@ config LIBC_GLIBC_V_2_8
bool
prompt "2.8"
-config LIBC_GLIBC_V_2_7
- bool
- prompt "2.7 (OBSOLETE)"
- depends on OBSOLETE
-
-config LIBC_GLIBC_V_2_6_1
- bool
- prompt "2.6.1 (OBSOLETE)"
- depends on OBSOLETE
-
-config LIBC_GLIBC_V_2_6
- bool
- prompt "2.6 (OBSOLETE)"
- depends on OBSOLETE
-
-config LIBC_GLIBC_V_2_5_1
- bool
- prompt "2.5.1 (OBSOLETE)"
- depends on OBSOLETE
- select LIBC_SUPPORT_LINUXTHREADS
-
-config LIBC_GLIBC_V_2_5
- bool
- prompt "2.5 (OBSOLETE)"
- depends on OBSOLETE
- select LIBC_SUPPORT_LINUXTHREADS
-
endchoice
config LIBC_VERSION
@@ -98,8 +71,3 @@ config LIBC_VERSION
default "2.10.1" if LIBC_GLIBC_V_2_10_1
default "2.9" if LIBC_GLIBC_V_2_9
default "2.8" if LIBC_GLIBC_V_2_8
- default "2.7" if LIBC_GLIBC_V_2_7
- default "2.6.1" if LIBC_GLIBC_V_2_6_1
- default "2.6" if LIBC_GLIBC_V_2_6
- default "2.5.1" if LIBC_GLIBC_V_2_5_1
- default "2.5" if LIBC_GLIBC_V_2_5
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 2ca056b..d13796a 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -73,16 +73,6 @@ config LIBC_UCLIBC_V_0_9_30
prompt "0.9.30"
select LIBC_UCLIBC_0_9_30_or_later
-config LIBC_UCLIBC_V_0_9_29
- bool
- prompt "0.9.29 (OBSOLETE)"
- depends on OBSOLETE
-
-config LIBC_UCLIBC_V_0_9_28_3
- bool
- prompt "0.9.28.3 (OBSOLETE)"
- depends on OBSOLETE
-
config LIBC_UCLIBC_CUSTOM
bool
prompt "Custom uClibc"
@@ -118,8 +108,6 @@ config LIBC_VERSION
default "0.9.30.2" if LIBC_UCLIBC_V_0_9_30_2
default "0.9.30.1" if LIBC_UCLIBC_V_0_9_30_1
default "0.9.30" if LIBC_UCLIBC_V_0_9_30
- default "0.9.29" if LIBC_UCLIBC_V_0_9_29
- default "0.9.28.3" if LIBC_UCLIBC_V_0_9_28_3
default "custom" if LIBC_UCLIBC_CUSTOM
config LIBC_UCLIBC_0_9_32_or_later