config/libc/glibc.in
changeset 3146 db9326d96010
parent 3142 6569f6a9060c
child 3242 009261a930fc
     1.1 --- a/config/libc/glibc.in	Wed Dec 26 11:53:05 2012 +0100
     1.2 +++ b/config/libc/glibc.in	Wed Dec 26 11:49:49 2012 +0100
     1.3 @@ -14,6 +14,18 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_GLIBC_V_2_17
     1.8 +    bool
     1.9 +    prompt "2.17"
    1.10 +
    1.11 +config LIBC_GLIBC_V_2_16_0
    1.12 +    bool
    1.13 +    prompt "2.16.0"
    1.14 +
    1.15 +config LIBC_GLIBC_V_2_15
    1.16 +    bool
    1.17 +    prompt "2.15"
    1.18 +
    1.19  config LIBC_GLIBC_V_2_14_1
    1.20      bool
    1.21      prompt "2.14.1"
    1.22 @@ -61,6 +73,9 @@
    1.23      string
    1.24  # Don't remove next line
    1.25  # CT_INSERT_VERSION_STRING_BELOW
    1.26 +    default "2.17" if LIBC_GLIBC_V_2_17
    1.27 +    default "2.16.0" if LIBC_GLIBC_V_2_16_0
    1.28 +    default "2.15" if LIBC_GLIBC_V_2_15
    1.29      default "2.14.1" if LIBC_GLIBC_V_2_14_1
    1.30      default "2.14" if LIBC_GLIBC_V_2_14
    1.31      default "2.13" if LIBC_GLIBC_V_2_13