config/libc/glibc.in
changeset 2752 c4452a1a18fb
parent 2536 792260b22a14
child 2949 14e2a8dda20f
     1.1 --- a/config/libc/glibc.in	Sun Jul 03 23:01:09 2011 +0200
     1.2 +++ b/config/libc/glibc.in	Tue Nov 15 19:11:57 2011 +0100
     1.3 @@ -41,6 +41,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_GLIBC_V_2_14_1
     1.8 +    bool
     1.9 +    prompt "2.14.1 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config LIBC_GLIBC_V_2_14
    1.13      bool
    1.14      prompt "2.14 (EXPERIMENTAL)"
    1.15 @@ -118,6 +123,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "2.14.1" if LIBC_GLIBC_V_2_14_1
    1.20      default "2.14" if LIBC_GLIBC_V_2_14
    1.21      default "2.13" if LIBC_GLIBC_V_2_13
    1.22      default "2.12.2" if LIBC_GLIBC_V_2_12_2