diff -r ec603d1371b9 -r cda86b116bc1 config/libc/glibc.in --- a/config/libc/glibc.in Sat Nov 16 16:16:51 2013 +0100 +++ b/config/libc/glibc.in Sun Feb 16 23:53:29 2014 +0100 @@ -14,6 +14,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_GLIBC_V_2_19 + bool + prompt "2.19" + config LIBC_GLIBC_V_2_18 bool prompt "2.18" @@ -89,6 +93,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.19" if LIBC_GLIBC_V_2_19 default "2.18" if LIBC_GLIBC_V_2_18 default "2.17" if LIBC_GLIBC_V_2_17 default "2.16.0" if LIBC_GLIBC_V_2_16_0