summaryrefslogtreecommitdiffstats
path: root/rules/uclibc.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2007-01-10 13:32:47 +0000
committerLadislav Michl <ladis@linux-mips.org>2007-01-10 13:32:47 +0000
commitd3c45a2253ac78e621dacc98d13258ef51cd593e (patch)
treec4d8d003cdca45657b69eecf5c0295f234fed338 /rules/uclibc.in
parent2ee09778f038fa038e1b8ae5d32bc96aff957e55 (diff)
downloadptxdist-d3c45a2253ac78e621dacc98d13258ef51cd593e.tar.gz
ptxdist-d3c45a2253ac78e621dacc98d13258ef51cd593e.tar.xz
uClibc is shipped with toolchain, so no need to source its config.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6812 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/uclibc.in')
-rw-r--r--rules/uclibc.in33
1 files changed, 16 insertions, 17 deletions
diff --git a/rules/uclibc.in b/rules/uclibc.in
index d75fa5901..85e038acd 100644
--- a/rules/uclibc.in
+++ b/rules/uclibc.in
@@ -1,9 +1,6 @@
-# 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"
+menuconfig UCLIBC
+ bool
+ prompt "uClibc"
config UCLIBC_VERSION
prompt "uClibc Version"
@@ -11,59 +8,61 @@ config UCLIBC_VERSION
default "0.9.27"
depends on UCLIBC
-config UCLIBC_INSTALL
+comment "Install options"
+ depends on UCLIBC
+
+config UCLIBC_LIBC
bool
- default y if !CROSSTOOL
- default n if CROSSTOOL
- prompt "Install uClibc libraries on the target"
+ depends on UCLIBC
+ prompt "Install uClibc on the target"
help
FIXME: This item needs to be documented
config UCLIBC_CRYPT
bool
- depends on UCLIBC_INSTALL
+ depends on UCLIBC_LIBC
prompt "Install libcrypt on the target"
help
FIXME: This item needs to be documented
config UCLIBC_DL
bool
- depends on UCLIBC_INSTALL
+ depends on UCLIBC_LIBC
prompt "Install libdl on the target"
help
FIXME: This item needs to be documented
config UCLIBC_M
bool
- depends on UCLIBC_INSTALL
+ depends on UCLIBC_LIBC
prompt "Install libm on the target"
help
FIXME: This item needs to be documented
config UCLIBC_NSL
bool
- depends on UCLIBC_INSTALL
+ depends on UCLIBC_LIBC
prompt "Install libnsl on the target"
help
FIXME: This item needs to be documented
config UCLIBC_PTHREAD
bool
- depends on UCLIBC_INSTALL
+ depends on UCLIBC_LIBC
prompt "Install libpthread on the target"
help
FIXME: This item needs to be documented
config UCLIBC_RESOLV
bool
- depends on UCLIBC_INSTALL
+ depends on UCLIBC_LIBC
prompt "Install libresolv on the target"
help
FIXME: This item needs to be documented
config UCLIBC_UTIL
bool
- depends on UCLIBC_INSTALL
+ depends on UCLIBC_LIBC
prompt "Install libutil on the target"
help
FIXME: This item needs to be documented