config/libc/glibc.in
changeset 2438 2ba5655f6297
parent 2315 0c0734c5d62c
child 2444 896cb0d36c1a
     1.1 --- a/config/libc/glibc.in	Mon Feb 21 23:42:20 2011 +0100
     1.2 +++ b/config/libc/glibc.in	Tue May 03 00:19:56 2011 +0200
     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_13
     1.8 +    bool
     1.9 +    prompt "2.13 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config LIBC_GLIBC_V_2_12_2
    1.13      bool
    1.14      prompt "2.12.2 (EXPERIMENTAL)"
    1.15 @@ -108,6 +113,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "2.13" if LIBC_GLIBC_V_2_13
    1.20      default "2.12.2" if LIBC_GLIBC_V_2_12_2
    1.21      default "2.12.1" if LIBC_GLIBC_V_2_12_1
    1.22      default "2.11.1" if LIBC_GLIBC_V_2_11_1