summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-03 22:40:22 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-03 22:40:22 (GMT)
commit6568c1a39a29316caf7658f01955c0790639cef0 (patch)
tree37fcc27c967764f9f58c8337b4ce7f63788d26f1 /config/libc
parenta28b59354823020a4e0676f40646c60da4f044db (diff)
libc-glibc: remove 2.3.6
This is an obsolete version which is no longer used by any sample (the only user, the ia64 sample, has been removed). It also makes the code path a bit complex, with twists just to accomodate that version. Removing the version will make those twists go away, and will ease commonalisation of glibc and eglibc in the future (hopefully!). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/glibc.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 87da19e..b860e8b 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -101,11 +101,6 @@ config LIBC_GLIBC_V_2_5
prompt "2.5 (OBSOLETE)"
depends on OBSOLETE
-config LIBC_GLIBC_V_2_3_6
- bool
- prompt "2.3.6 (OBSOLETE)"
- depends on OBSOLETE
-
endchoice
config LIBC_VERSION
@@ -124,4 +119,3 @@ config LIBC_VERSION
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
- default "2.3.6" if LIBC_GLIBC_V_2_3_6