diff -r 08da017ba46b -r 021546adce69 config/libc/glibc.in --- a/config/libc/glibc.in Thu Apr 17 21:04:23 2008 +0000 +++ b/config/libc/glibc.in Tue Jul 22 13:29:08 2008 +0000 @@ -4,6 +4,16 @@ bool prompt "glibc version" +config LIBC_V_LATEST + bool + prompt "'latest' snapshot (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config LIBC_V_date + bool + prompt " (EXPERIMENTAL)" + depends on EXPERIMENTAL + config LIBC_V_2_3_6 bool prompt "2.3.6 (OBSOLETE)" @@ -36,6 +46,8 @@ config LIBC_VERSION string + prompt "Enter date (YYYYMMDD)" if LIBC_V_date + default "latest" if LIBC_V_LATEST 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