diff -r 598880dab0f3 -r 882a7e02d3d5 config/libc/eglibc.in --- a/config/libc/eglibc.in Wed Dec 26 13:30:51 2012 +0100 +++ b/config/libc/eglibc.in Wed Dec 26 12:13:13 2012 +0100 @@ -19,6 +19,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_EGLIBC_V_2_17 + bool + prompt "2_17" + select LIBC_EGLIBC_2_16_or_later + config LIBC_EGLIBC_V_2_16 bool prompt "2_16" @@ -65,6 +70,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2_17" if LIBC_EGLIBC_V_2_17 default "2_16" if LIBC_EGLIBC_V_2_16 default "2_15" if LIBC_EGLIBC_V_2_15 default "2_14" if LIBC_EGLIBC_V_2_14