config/libc.in
changeset 722 37968404e9b9
parent 448 08da017ba46b
child 787 0725d7f8ab22
     1.1 --- a/config/libc.in	Thu Apr 17 21:04:23 2008 +0000
     1.2 +++ b/config/libc.in	Fri Jul 25 14:08:03 2008 +0000
     1.3 @@ -44,4 +44,17 @@
     1.4  source config/libc/uClibc.in
     1.5  endif
     1.6  
     1.7 +config LIBC_VERSION
     1.8 +    help
     1.9 +      Enter the date of the snapshot you want to use in the form: YYYYMMDD
    1.10 +      where YYYY is the 4-digit year, MM the 2-digit month and DD the 2-digit
    1.11 +      day in the month.
    1.12 +      
    1.13 +      Please note:
    1.14 +      - glibc has snapshots done every monday, and only the last ten are kept.
    1.15 +      - uClibc has daily snapshots, and only the last 30-or-so are kept.
    1.16 +      
    1.17 +      So if you want to be able to re-build your toolchain later, you will
    1.18 +      have to sacve your C library tarball by yourself.
    1.19 +
    1.20  endmenu