diff -r eda8abf2f0b5 -r 7af68e6083aa config/libc/glibc.in --- a/config/libc/glibc.in Sun Jan 02 22:32:48 2011 +0100 +++ b/config/libc/glibc.in Mon Jan 03 23:40:22 2011 +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