summaryrefslogtreecommitdiffstats
path: root/rules/uclibc.in
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2006-02-14 12:25:11 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2006-02-14 12:25:11 +0000
commit86a87459dcf2a7e677ef698d129f537232dde2d4 (patch)
tree82d6959ff33853dd6c54b40fd0fa9f45c437936f /rules/uclibc.in
parent3d2dc4423a005112839243e04bc4b01939ce3c36 (diff)
downloadptxdist-86a87459dcf2a7e677ef698d129f537232dde2d4.tar.gz
ptxdist-86a87459dcf2a7e677ef698d129f537232dde2d4.tar.xz
made kernel variable names consistent. made GCC_VERSION, GLIBC_VERSION and BINUTILS_VERSION a configurable string
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4586 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/uclibc.in')
-rw-r--r--rules/uclibc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/uclibc.in b/rules/uclibc.in
index b1a3dffc9..d75fa5901 100644
--- a/rules/uclibc.in
+++ b/rules/uclibc.in
@@ -1,7 +1,16 @@
+# FIXME: This is broken. We read Config.in from 0.9.27 while
+# the uclibc version is configurable.
+
source "config/uClibc-0.9.27/extra/Configs/Config.in"
comment "Install options"
+config UCLIBC_VERSION
+ prompt "uClibc Version"
+ string
+ default "0.9.27"
+ depends on UCLIBC
+
config UCLIBC_INSTALL
bool
default y if !CROSSTOOL