summaryrefslogtreecommitdiff
path: root/config/libc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc.in')
-rw-r--r--config/libc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/libc.in b/config/libc.in
index e5d62ee..10c89c5 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