summaryrefslogtreecommitdiffstats
path: root/rules/glibc.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-08-22 21:38:54 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-08-22 21:38:54 +0000
commit891994e952a90e298e7d600e91857792c70d2672 (patch)
tree520e1d84708b4d660345b7d70b23497b6be5f54e /rules/glibc.in
parent7aaef3decdbb899ab4d491a8bfff2a37b9969bc4 (diff)
downloadOSELAS.Toolchain-891994e952a90e298e7d600e91857792c70d2672.tar.gz
OSELAS.Toolchain-891994e952a90e298e7d600e91857792c70d2672.tar.xz
* glibc.in:
add option for timestamp git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@7268 f8d472c7-5700-0410-ac5a-87979cec3adf
Diffstat (limited to 'rules/glibc.in')
-rw-r--r--rules/glibc.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/rules/glibc.in b/rules/glibc.in
index 59b1f37..4c2dfb0 100644
--- a/rules/glibc.in
+++ b/rules/glibc.in
@@ -28,9 +28,21 @@ config GLIBC_VERSION
depends on GLIBC
string
prompt "glibc version"
- default "2.7"
+ default "2.8"
help
Specify the glibc version here.
+ Leave empty for glibc trunk snapshots and enter a timestamp below.
+
+config GLIBC_TIMESTAMP
+ depends on GLIBC
+ string
+ prompt "glibc timestamp"
+ default ""
+ help
+ For glibc < 2.8 just leave this field empty.
+
+ For glibc >= 2.8, enter a timestap (YYYYMMDD, e.g. 20080811) here,
+ or "latest" or if you want try a snapshot.
config GLIBC_SERIES
depends on GLIBC