summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-12-26 10:53:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-12-26 10:53:05 (GMT)
commit652906ac5fd06acbb44c0e7e8440d30e7d06ee23 (patch)
tree80393c25f6b7128dcb6507965d6437a3e716b204 /config/libc/glibc.in
parent188d166ce3d7188eed91ea0d9e69b6d1f2a8ecf2 (diff)
all: remove versions marked obsolete
For major components, keep the latest version of each major releases. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r--config/libc/glibc.in32
1 files changed, 0 insertions, 32 deletions
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