config/libc/uClibc.in
changeset 3100 bd4af15b7c75
parent 3099 79169596cfc9
child 3112 6cb56b3f2d34
     1.1 --- a/config/libc/uClibc.in	Thu Oct 11 14:39:44 2012 +1000
     1.2 +++ b/config/libc/uClibc.in	Wed Oct 31 23:31:32 2012 +0100
     1.3 @@ -82,23 +82,6 @@
     1.4      prompt "0.9.28.3 (OBSOLETE)"
     1.5      depends on OBSOLETE
     1.6  
     1.7 -# As of today (20100702) we can be pretty sure that every
     1.8 -# snapshots made since a month ago are post -0.9.30.
     1.9 -
    1.10 -config LIBC_UCLIBC_V_snapshot
    1.11 -    bool
    1.12 -    prompt "latest snapshot (EXPERIMENTAL)"
    1.13 -    depends on EXPERIMENTAL
    1.14 -    select LIBC_SUPPORT_NPTL
    1.15 -    select LIBC_UCLIBC_0_9_30_or_later
    1.16 -
    1.17 -config LIBC_UCLIBC_V_specific_date
    1.18 -    bool
    1.19 -    prompt "<specific date> (EXPERIMENTAL)"
    1.20 -    depends on EXPERIMENTAL
    1.21 -    select LIBC_SUPPORT_NPTL
    1.22 -    select LIBC_UCLIBC_0_9_30_or_later
    1.23 -
    1.24  config LIBC_UCLIBC_CUSTOM
    1.25      bool
    1.26      prompt "Custom uClibc"
    1.27 @@ -122,7 +105,6 @@
    1.28  
    1.29  config LIBC_VERSION
    1.30      string
    1.31 -    prompt "Enter date (YYYYMMDD)" if LIBC_UCLIBC_V_specific_date
    1.32  # Don't remove next line
    1.33  # CT_INSERT_VERSION_STRING_BELOW
    1.34      default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2
    1.35 @@ -137,7 +119,6 @@
    1.36      default "0.9.30" if LIBC_UCLIBC_V_0_9_30
    1.37      default "0.9.29" if LIBC_UCLIBC_V_0_9_29
    1.38      default "0.9.28.3" if LIBC_UCLIBC_V_0_9_28_3
    1.39 -    default "snapshot" if LIBC_UCLIBC_V_snapshot
    1.40      default "custom" if LIBC_UCLIBC_CUSTOM
    1.41  
    1.42  config LIBC_UCLIBC_0_9_32_or_later