libc/glibc: add 2.11 and 2.11.1
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jan 30 11:43:12 2010 +0100 (2010-01-30)
changeset 1758dbdc25d84a20
parent 1757 c7495bd76985
child 1759 2e4f5f564362
libc/glibc: add 2.11 and 2.11.1
config/libc/glibc.in
     1.1 --- a/config/libc/glibc.in	Fri Jan 29 23:46:43 2010 +0100
     1.2 +++ b/config/libc/glibc.in	Sat Jan 30 11:43:12 2010 +0100
     1.3 @@ -14,6 +14,16 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_GLIBC_V_2_11_1
     1.8 +    bool
     1.9 +    prompt "2.11.1 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12 +config LIBC_GLIBC_V_2_11
    1.13 +    bool
    1.14 +    prompt "2.11 (EXPERIMENTAL)"
    1.15 +    depends on EXPERIMENTAL
    1.16 +
    1.17  config LIBC_V_2_10_1
    1.18      bool
    1.19      prompt "2.10.1 (EXPERIMENTAL)"
    1.20 @@ -66,6 +76,8 @@
    1.21      string
    1.22  # Don't remove next line
    1.23  # CT_INSERT_VERSION_STRING_BELOW
    1.24 +    default "2.11.1" if LIBC_GLIBC_V_2_11_1
    1.25 +    default "2.11" if LIBC_GLIBC_V_2_11
    1.26      default "2.10.1" if LIBC_V_2_10_1
    1.27      default "2.9" if LIBC_V_2_9
    1.28      default "2.8" if LIBC_V_2_8