diff -r eda8abf2f0b5 -r 2e0f0757289d config/libc/glibc.in --- a/config/libc/glibc.in Sun Jan 02 22:32:48 2011 +0100 +++ b/config/libc/glibc.in Sat Dec 18 22:55:56 2010 +0100 @@ -101,11 +101,6 @@ 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 @@ 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