config/libc/glibc.in
changeset 3287 cda86b116bc1
parent 3251 ec603d1371b9
     1.1 --- a/config/libc/glibc.in	Sat Nov 16 16:16:51 2013 +0100
     1.2 +++ b/config/libc/glibc.in	Sun Feb 16 23:53:29 2014 +0100
     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_19
     1.8 +    bool
     1.9 +    prompt "2.19"
    1.10 +
    1.11  config LIBC_GLIBC_V_2_18
    1.12      bool
    1.13      prompt "2.18"
    1.14 @@ -89,6 +93,7 @@
    1.15      string
    1.16  # Don't remove next line
    1.17  # CT_INSERT_VERSION_STRING_BELOW
    1.18 +    default "2.19" if LIBC_GLIBC_V_2_19
    1.19      default "2.18" if LIBC_GLIBC_V_2_18
    1.20      default "2.17" if LIBC_GLIBC_V_2_17
    1.21      default "2.16.0" if LIBC_GLIBC_V_2_16_0