config/libc/eglibc.in
changeset 3148 882a7e02d3d5
parent 3145 598880dab0f3
child 3243 9838aecd6340
     1.1 --- a/config/libc/eglibc.in	Wed Dec 26 13:30:51 2012 +0100
     1.2 +++ b/config/libc/eglibc.in	Wed Dec 26 12:13:13 2012 +0100
     1.3 @@ -19,6 +19,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_EGLIBC_V_2_17
     1.8 +    bool
     1.9 +    prompt "2_17"
    1.10 +    select LIBC_EGLIBC_2_16_or_later
    1.11 +
    1.12  config LIBC_EGLIBC_V_2_16
    1.13      bool
    1.14      prompt "2_16"
    1.15 @@ -65,6 +70,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "2_17" if LIBC_EGLIBC_V_2_17
    1.20      default "2_16" if LIBC_EGLIBC_V_2_16
    1.21      default "2_15" if LIBC_EGLIBC_V_2_15
    1.22      default "2_14" if LIBC_EGLIBC_V_2_14