From 7abf35f4729a8edfee6c1549f104fa13352cf65e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 22 Jul 2008 13:29:08 +0000 Subject: 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(-) --- config/libc/glibc.in | 12 ++++++++++++ config/libc/uClibc.in | 12 ++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) (limited to 'config/libc') diff --git a/config/libc/glibc.in b/config/libc/glibc.in index e4359b71..4cdc4b71 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 " (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 diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index ecbdefa1..8de27550 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -6,11 +6,13 @@ choice config LIBC_V_snapshot bool - prompt "latest snapshot" + prompt "latest snapshot (EXPERIMENTAL)" + depends on EXPERIMENTAL config LIBC_V_specific_date bool - prompt "" + prompt " (EXPERIMENTAL)" + depends on EXPERIMENTAL config LIBC_V_0_9_28 bool @@ -50,12 +52,6 @@ config LIBC_VERSION default "0.9.29" if LIBC_V_0_9_29 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! - help - Enter the date of the snapshot you want to use in the form: YYYYMMDD - where YYYY is the 4-digit year, MM the 2-digit month and DD the 2-digit - day in the month. - - Please note that uClibc site removes snapshots older than a month. choice bool -- cgit v1.2.3