diff -r f637b6c2162b -r c9eab2fa7a3c config/libc/eglibc.in --- a/config/libc/eglibc.in Sun Jul 11 21:36:20 2010 +0200 +++ b/config/libc/eglibc.in Mon Jan 03 01:15:30 2011 +0100 @@ -18,7 +18,17 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW -config LIBC_V_2_10 +config EGLIBC_V_2_12 + bool + prompt "2_12" + depends on EXPERIMENTAL + +config EGLIBC_V_2_11 + bool + prompt "2_11" + depends on EXPERIMENTAL + +config EGLIBC_V_2_10 bool prompt "2_10" @@ -58,7 +68,9 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "2_10" if LIBC_V_2_10 + default "2_12" if EGLIBC_V_2_12 + default "2_11" if EGLIBC_V_2_11 + default "2_10" if EGLIBC_V_2_10 default "2_9" if EGLIBC_V_2_9 default "2_8" if EGLIBC_V_2_8 default "2_7" if EGLIBC_V_2_7