summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r--config/libc/glibc.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 3da4075..777657c 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -49,21 +49,10 @@ config LIBC_V_2_3_6
prompt "2.3.6 (OBSOLETE)"
depends on OBSOLETE
-config LIBC_V_LATEST
- bool
- prompt "'latest' snapshot (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config LIBC_V_date
- bool
- prompt "<specific date> (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
endchoice
config LIBC_VERSION
string
- prompt "Enter date (YYYYMMDD)" if LIBC_V_date
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2.9" if LIBC_V_2_9
@@ -74,7 +63,6 @@ config LIBC_VERSION
default "2.5.1" if LIBC_V_2_5_1
default "2.5" if LIBC_V_2_5
default "2.3.6" if LIBC_V_2_3_6
- default "latest" if LIBC_V_LATEST
config LIBC_GLIBC_2_8_or_later
bool