From 891994e952a90e298e7d600e91857792c70d2672 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Fri, 22 Aug 2008 21:38:54 +0000 Subject: * 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 --- rules/glibc.in | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'rules/glibc.in') 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 -- cgit v1.2.3