diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-22 13:29:08 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-07-22 13:29:08 +0000 |
commit | 7abf35f4729a8edfee6c1549f104fa13352cf65e (patch) | |
tree | 944e7095a931037216c4ee0ee327a7611de6554f /config/libc/uClibc.in | |
parent | 8ff367d9d8992f690f57f4eb24a01ce8bd03da34 (diff) | |
download | crosstool-ng-7abf35f4729a8edfee6c1549f104fa13352cf65e.tar.gz crosstool-ng-7abf35f4729a8edfee6c1549f104fa13352cf65e.tar.bz2 crosstool-ng-7abf35f4729a8edfee6c1549f104fa13352cf65e.zip |
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/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 12 |
1 files changed, 4 insertions, 8 deletions
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 "<specific date>" + prompt "<specific date> (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 |