config/libc/glibc.in
changeset 2235 20d61f6e05e5
parent 2017 f637b6c2162b
child 2237 eda8abf2f0b5
     1.1 --- a/config/libc/glibc.in	Sun Jul 11 21:36:20 2010 +0200
     1.2 +++ b/config/libc/glibc.in	Wed Dec 29 19:34:53 2010 +0100
     1.3 @@ -42,6 +42,16 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_GLIBC_V_2_12_2
     1.8 +    bool
     1.9 +    prompt "2.12.2 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12 +config LIBC_GLIBC_V_2_12_1
    1.13 +    bool
    1.14 +    prompt "2.12.1 (EXPERIMENTAL)"
    1.15 +    depends on EXPERIMENTAL
    1.16 +
    1.17  config LIBC_GLIBC_V_2_11_1
    1.18      bool
    1.19      prompt "2.11.1 (EXPERIMENTAL)"
    1.20 @@ -102,6 +112,8 @@
    1.21      string
    1.22  # Don't remove next line
    1.23  # CT_INSERT_VERSION_STRING_BELOW
    1.24 +    default "2.12.2" if LIBC_GLIBC_V_2_12_2
    1.25 +    default "2.12.1" if LIBC_GLIBC_V_2_12_1
    1.26      default "2.11.1" if LIBC_GLIBC_V_2_11_1
    1.27      default "2.11" if LIBC_GLIBC_V_2_11
    1.28      default "2.10.1" if LIBC_V_2_10_1