diff -r fde082da9813 -r dbdc25d84a20 config/libc/glibc.in --- a/config/libc/glibc.in Fri Nov 13 21:37:18 2009 +0100 +++ b/config/libc/glibc.in Sat Jan 30 11:43:12 2010 +0100 @@ -14,6 +14,16 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_GLIBC_V_2_11_1 + bool + prompt "2.11.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config LIBC_GLIBC_V_2_11 + bool + prompt "2.11 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config LIBC_V_2_10_1 bool prompt "2.10.1 (EXPERIMENTAL)" @@ -66,6 +76,8 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.11.1" if LIBC_GLIBC_V_2_11_1 + default "2.11" if LIBC_GLIBC_V_2_11 default "2.10.1" if LIBC_V_2_10_1 default "2.9" if LIBC_V_2_9 default "2.8" if LIBC_V_2_8