diff -r 27fec561af53 -r d4ddf19a1968 config/libc/glibc.in --- a/config/libc/glibc.in Wed May 20 20:13:13 2009 +0000 +++ b/config/libc/glibc.in Sun Sep 13 17:51:33 2009 +0200 @@ -12,40 +12,40 @@ bool prompt "glibc version" -config LIBC_V_2_3_6 +config LIBC_V_2_9 bool - prompt "2.3.6 (OBSOLETE)" - depends on OBSOLETE - -config LIBC_V_2_5 - bool - prompt "2.5" - -config LIBC_V_2_5_1 - bool - prompt "2.5.1" - -config LIBC_V_2_6 - bool - prompt "2.6" - -config LIBC_V_2_6_1 - bool - prompt "2.6.1" - -config LIBC_V_2_7 - bool - prompt "2.7" + prompt "2.9" + select LIBC_GLIBC_2_8_or_later config LIBC_V_2_8 bool prompt "2.8" select LIBC_GLIBC_2_8_or_later -config LIBC_V_2_9 +config LIBC_V_2_7 bool - prompt "2.9" - select LIBC_GLIBC_2_8_or_later + prompt "2.7" + +config LIBC_V_2_6_1 + bool + prompt "2.6.1" + +config LIBC_V_2_6 + bool + prompt "2.6" + +config LIBC_V_2_5_1 + bool + prompt "2.5.1" + +config LIBC_V_2_5 + bool + prompt "2.5" + +config LIBC_V_2_3_6 + bool + prompt "2.3.6 (OBSOLETE)" + depends on OBSOLETE # CT_INSERT_VERSION_ABOVE # Don't remove above line! @@ -66,15 +66,14 @@ string prompt "Enter date (YYYYMMDD)" if LIBC_V_date default "latest" if LIBC_V_LATEST + default "2.9" if LIBC_V_2_9 + default "2.8" if LIBC_V_2_8 + default "2.7" if LIBC_V_2_7 + default "2.6.1" if LIBC_V_2_6_1 + default "2.6" if LIBC_V_2_6 + default "2.5.1" if LIBC_V_2_5_1 + default "2.5" if LIBC_V_2_5 default "2.3.6" if LIBC_V_2_3_6 - default "2.4" if LIBC_V_2_4 - default "2.5" if LIBC_V_2_5 - default "2.5.1" if LIBC_V_2_5_1 - default "2.6" if LIBC_V_2_6 - default "2.6.1" if LIBC_V_2_6_1 - default "2.7" if LIBC_V_2_7 - default "2.8" if LIBC_V_2_8 - default "2.9" if LIBC_V_2_9 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!