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.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.in')
-rw-r--r-- | config/libc.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/libc.in b/config/libc.in index e5d62eed..10c89c50 100644 --- a/config/libc.in +++ b/config/libc.in @@ -44,4 +44,17 @@ if LIBC_UCLIBC source config/libc/uClibc.in endif +config LIBC_VERSION + 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: + - glibc has snapshots done every monday, and only the last ten are kept. + - uClibc has daily snapshots, and only the last 30-or-so are kept. + + So if you want to be able to re-build your toolchain later, you will + have to sacve your C library tarball by yourself. + endmenu |