From 6568c1a39a29316caf7658f01955c0790639cef0 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 3 Jan 2011 23:40:22 +0100 Subject: 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" --- config/libc/glibc.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config') diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 87da19ea..b860e8b9 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 -- cgit v1.2.3