diff -r bc439f6537ae -r 80c29dce43f2 config/libc/eglibc.in --- a/config/libc/eglibc.in Sun Jan 02 22:33:04 2011 +0100 +++ b/config/libc/eglibc.in Sat Feb 12 17:30:53 2011 +0100 @@ -18,6 +18,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_EGLIBC_V_2_13 + bool + prompt "2_13" + depends on EXPERIMENTAL + config LIBC_EGLIBC_V_2_12 bool prompt "2_12" @@ -68,6 +73,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2_13" if LIBC_EGLIBC_V_2_13 default "2_12" if LIBC_EGLIBC_V_2_12 default "2_11" if LIBC_EGLIBC_V_2_11 default "2_10" if LIBC_EGLIBC_V_2_10