summaryrefslogtreecommitdiff
path: root/config/libc/uClibc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r--config/libc/uClibc.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 9a8d946..fc99e27 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -82,23 +82,6 @@ config LIBC_UCLIBC_V_0_9_28_3
prompt "0.9.28.3 (OBSOLETE)"
depends on OBSOLETE
-# As of today (20100702) we can be pretty sure that every
-# snapshots made since a month ago are post -0.9.30.
-
-config LIBC_UCLIBC_V_snapshot
- bool
- prompt "latest snapshot (EXPERIMENTAL)"
- depends on EXPERIMENTAL
- select LIBC_SUPPORT_NPTL
- select LIBC_UCLIBC_0_9_30_or_later
-
-config LIBC_UCLIBC_V_specific_date
- bool
- prompt "<specific date> (EXPERIMENTAL)"
- depends on EXPERIMENTAL
- select LIBC_SUPPORT_NPTL
- select LIBC_UCLIBC_0_9_30_or_later
-
config LIBC_UCLIBC_CUSTOM
bool
prompt "Custom uClibc"
@@ -122,7 +105,6 @@ endif # LIBC_UCLIBC_CUSTOM
config LIBC_VERSION
string
- prompt "Enter date (YYYYMMDD)" if LIBC_UCLIBC_V_specific_date
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2
@@ -137,7 +119,6 @@ config LIBC_VERSION
default "0.9.30" if LIBC_UCLIBC_V_0_9_30
default "0.9.29" if LIBC_UCLIBC_V_0_9_29
default "0.9.28.3" if LIBC_UCLIBC_V_0_9_28_3
- default "snapshot" if LIBC_UCLIBC_V_snapshot
default "custom" if LIBC_UCLIBC_CUSTOM
config LIBC_UCLIBC_0_9_32_or_later