config/libc/glibc.in
changeset 1558 d2b746e94197
parent 1557 a576367cac44
child 1615 50b25816f5bb
     1.1 --- a/config/libc/glibc.in	Fri Oct 02 00:04:24 2009 +0200
     1.2 +++ b/config/libc/glibc.in	Sat Oct 03 18:19:39 2009 +0200
     1.3 @@ -49,21 +49,10 @@
     1.4      prompt "2.3.6 (OBSOLETE)"
     1.5      depends on OBSOLETE
     1.6  
     1.7 -config LIBC_V_LATEST
     1.8 -    bool
     1.9 -    prompt "'latest' snapshot (EXPERIMENTAL)"
    1.10 -    depends on EXPERIMENTAL
    1.11 -
    1.12 -config LIBC_V_date
    1.13 -    bool
    1.14 -    prompt "<specific date> (EXPERIMENTAL)"
    1.15 -    depends on EXPERIMENTAL
    1.16 -
    1.17  endchoice
    1.18  
    1.19  config LIBC_VERSION
    1.20      string
    1.21 -    prompt "Enter date (YYYYMMDD)" if LIBC_V_date
    1.22  # Don't remove next line
    1.23  # CT_INSERT_VERSION_STRING_BELOW
    1.24      default "2.9" if LIBC_V_2_9
    1.25 @@ -74,7 +63,6 @@
    1.26      default "2.5.1" if LIBC_V_2_5_1
    1.27      default "2.5" if LIBC_V_2_5
    1.28      default "2.3.6" if LIBC_V_2_3_6
    1.29 -    default "latest" if LIBC_V_LATEST
    1.30  
    1.31  config LIBC_GLIBC_2_8_or_later
    1.32      bool