summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-22 13:29:08 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-22 13:29:08 (GMT)
commit7abf35f4729a8edfee6c1549f104fa13352cf65e (patch)
tree944e7095a931037216c4ee0ee327a7611de6554f /config/libc/glibc.in
parent8ff367d9d8992f690f57f4eb24a01ce8bd03da34 (diff)
Allow selecting 'latest' snapshot, as well as 'specific' date snapshot for glibc.
Update uClibc config to commonalise some help. /trunk/scripts/build/libc_glibc.sh | 22 20 2 0 ++++++++++++++++++++-- /trunk/config/libc/glibc.in | 12 12 0 0 ++++++++++++ /trunk/config/libc/uClibc.in | 12 4 8 0 ++++-------- /trunk/config/libc.in | 13 13 0 0 +++++++++++++ 4 files changed, 49 insertions(+), 10 deletions(-)
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r--config/libc/glibc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index e4359b7..4cdc4b7 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -4,6 +4,16 @@ choice
bool
prompt "glibc version"
+config LIBC_V_LATEST
+ bool
+ prompt "'latest' snapshot (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
+config LIBC_V_date
+ bool
+ prompt "<specific date> (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
config LIBC_V_2_3_6
bool
prompt "2.3.6 (OBSOLETE)"
@@ -36,6 +46,8 @@ endchoice
config LIBC_VERSION
string
+ prompt "Enter date (YYYYMMDD)" if LIBC_V_date
+ default "latest" if LIBC_V_LATEST
default "2.3.6" if LIBC_V_2_3_6
default "2.4" if LIBC_V_2_4
default "2.5" if LIBC_V_2_5