config/libc/glibc.in
changeset 3242 009261a930fc
parent 3146 db9326d96010
child 3251 ec603d1371b9
     1.1 --- a/config/libc/glibc.in	Wed Dec 26 11:49:49 2012 +0100
     1.2 +++ b/config/libc/glibc.in	Mon Oct 07 00:16:20 2013 +0200
     1.3 @@ -14,6 +14,10 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_GLIBC_V_2_18
     1.8 +    bool
     1.9 +    prompt "2.18"
    1.10 +
    1.11  config LIBC_GLIBC_V_2_17
    1.12      bool
    1.13      prompt "2.17"
    1.14 @@ -73,6 +77,7 @@
    1.15      string
    1.16  # Don't remove next line
    1.17  # CT_INSERT_VERSION_STRING_BELOW
    1.18 +    default "2.18" if LIBC_GLIBC_V_2_18
    1.19      default "2.17" if LIBC_GLIBC_V_2_17
    1.20      default "2.16.0" if LIBC_GLIBC_V_2_16_0
    1.21      default "2.15" if LIBC_GLIBC_V_2_15