diff -r 792260b22a14 -r 407d9e4c7b0b config/libc/glibc.in --- a/config/libc/glibc.in Sun Jul 03 23:01:09 2011 +0200 +++ b/config/libc/glibc.in Mon Apr 16 15:29:06 2012 +0200 @@ -41,6 +41,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_GLIBC_V_2_14_1 + bool + prompt "2.14.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config LIBC_GLIBC_V_2_14 bool prompt "2.14 (EXPERIMENTAL)" @@ -118,6 +123,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.14.1" if LIBC_GLIBC_V_2_14_1 default "2.14" if LIBC_GLIBC_V_2_14 default "2.13" if LIBC_GLIBC_V_2_13 default "2.12.2" if LIBC_GLIBC_V_2_12_2