config/libc/glibc.in
changeset 1625 fde082da9813
parent 1615 50b25816f5bb
child 1758 dbdc25d84a20
     1.1 --- a/config/libc/glibc.in	Wed Oct 28 19:15:50 2009 +0100
     1.2 +++ b/config/libc/glibc.in	Fri Nov 13 21:37:18 2009 +0100
     1.3 @@ -14,6 +14,12 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_V_2_10_1
     1.8 +    bool
     1.9 +    prompt "2.10.1 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    select LIBC_GLIBC_USE_PORTS
    1.12 +
    1.13  config LIBC_V_2_9
    1.14      bool
    1.15      prompt "2.9"
    1.16 @@ -60,6 +66,7 @@
    1.17      string
    1.18  # Don't remove next line
    1.19  # CT_INSERT_VERSION_STRING_BELOW
    1.20 +    default "2.10.1" if LIBC_V_2_10_1
    1.21      default "2.9" if LIBC_V_2_9
    1.22      default "2.8" if LIBC_V_2_8
    1.23      default "2.7" if LIBC_V_2_7