diff -r f637b6c2162b -r 20d61f6e05e5 config/libc/glibc.in --- a/config/libc/glibc.in Sun Jul 11 21:36:20 2010 +0200 +++ b/config/libc/glibc.in Wed Dec 29 19:34:53 2010 +0100 @@ -42,6 +42,16 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_GLIBC_V_2_12_2 + bool + prompt "2.12.2 (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config LIBC_GLIBC_V_2_12_1 + bool + prompt "2.12.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config LIBC_GLIBC_V_2_11_1 bool prompt "2.11.1 (EXPERIMENTAL)" @@ -102,6 +112,8 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.12.2" if LIBC_GLIBC_V_2_12_2 + default "2.12.1" if LIBC_GLIBC_V_2_12_1 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