config/libc/glibc.in
changeset 1534 d4ddf19a1968
parent 1345 27fec561af53
child 1535 073d351bdcd3
     1.1 --- a/config/libc/glibc.in	Wed May 20 20:13:13 2009 +0000
     1.2 +++ b/config/libc/glibc.in	Sun Sep 13 17:51:33 2009 +0200
     1.3 @@ -12,40 +12,40 @@
     1.4      bool
     1.5      prompt "glibc version"
     1.6  
     1.7 -config LIBC_V_2_3_6
     1.8 +config LIBC_V_2_9
     1.9      bool
    1.10 -    prompt "2.3.6 (OBSOLETE)"
    1.11 -    depends on OBSOLETE
    1.12 -
    1.13 -config LIBC_V_2_5
    1.14 -    bool
    1.15 -    prompt "2.5"
    1.16 -
    1.17 -config LIBC_V_2_5_1
    1.18 -    bool
    1.19 -    prompt "2.5.1"
    1.20 -
    1.21 -config LIBC_V_2_6
    1.22 -    bool
    1.23 -    prompt "2.6"
    1.24 -
    1.25 -config LIBC_V_2_6_1
    1.26 -    bool
    1.27 -    prompt "2.6.1"
    1.28 -
    1.29 -config LIBC_V_2_7
    1.30 -    bool
    1.31 -    prompt "2.7"
    1.32 +    prompt "2.9"
    1.33 +    select LIBC_GLIBC_2_8_or_later
    1.34  
    1.35  config LIBC_V_2_8
    1.36      bool
    1.37      prompt "2.8"
    1.38      select LIBC_GLIBC_2_8_or_later
    1.39  
    1.40 -config LIBC_V_2_9
    1.41 +config LIBC_V_2_7
    1.42      bool
    1.43 -    prompt "2.9"
    1.44 -    select LIBC_GLIBC_2_8_or_later
    1.45 +    prompt "2.7"
    1.46 +
    1.47 +config LIBC_V_2_6_1
    1.48 +    bool
    1.49 +    prompt "2.6.1"
    1.50 +
    1.51 +config LIBC_V_2_6
    1.52 +    bool
    1.53 +    prompt "2.6"
    1.54 +
    1.55 +config LIBC_V_2_5_1
    1.56 +    bool
    1.57 +    prompt "2.5.1"
    1.58 +
    1.59 +config LIBC_V_2_5
    1.60 +    bool
    1.61 +    prompt "2.5"
    1.62 +
    1.63 +config LIBC_V_2_3_6
    1.64 +    bool
    1.65 +    prompt "2.3.6 (OBSOLETE)"
    1.66 +    depends on OBSOLETE
    1.67  
    1.68  # CT_INSERT_VERSION_ABOVE
    1.69  # Don't remove above line!
    1.70 @@ -66,15 +66,14 @@
    1.71      string
    1.72      prompt "Enter date (YYYYMMDD)" if LIBC_V_date
    1.73      default "latest" if LIBC_V_LATEST
    1.74 +    default "2.9" if LIBC_V_2_9
    1.75 +    default "2.8" if LIBC_V_2_8
    1.76 +    default "2.7" if LIBC_V_2_7
    1.77 +    default "2.6.1" if LIBC_V_2_6_1
    1.78 +    default "2.6" if LIBC_V_2_6
    1.79 +    default "2.5.1" if LIBC_V_2_5_1
    1.80 +    default "2.5" if LIBC_V_2_5
    1.81      default "2.3.6" if LIBC_V_2_3_6
    1.82 -    default "2.4" if LIBC_V_2_4
    1.83 -    default "2.5" if LIBC_V_2_5
    1.84 -    default "2.5.1" if LIBC_V_2_5_1
    1.85 -    default "2.6" if LIBC_V_2_6
    1.86 -    default "2.6.1" if LIBC_V_2_6_1
    1.87 -    default "2.7" if LIBC_V_2_7
    1.88 -    default "2.8" if LIBC_V_2_8
    1.89 -    default "2.9" if LIBC_V_2_9
    1.90  # CT_INSERT_VERSION_STRING_ABOVE
    1.91  # Don't remove above line!
    1.92