summaryrefslogtreecommitdiffstats
path: root/rules/uclibc.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-05-08 13:16:09 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-05-08 13:16:09 +0000
commitd3ca225d1bda9a1c7949618d026da14074ceae03 (patch)
treeb7471cd55eb47ea9477567b07f127bb193c2af7a /rules/uclibc.in
parent53f4e25569e17640885f2fce327792be98a2f468 (diff)
downloadptxdist-d3ca225d1bda9a1c7949618d026da14074ceae03.tar.gz
ptxdist-d3ca225d1bda9a1c7949618d026da14074ceae03.tar.xz
sync with new glibc install from toolchain mechanism
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2582 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/uclibc.in')
-rw-r--r--rules/uclibc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/uclibc.in b/rules/uclibc.in
index e28f528b2..ec155ae34 100644
--- a/rules/uclibc.in
+++ b/rules/uclibc.in
@@ -2,30 +2,43 @@ source "config/uClibc-0.9.27/extra/Configs/Config.in"
comment "Install options"
+config UCLIBC_INSTALL
+ bool
+ default y if !CROSSTOOL
+ default n if CROSSTOOL
+ prompt "Install uClibc libraries on the target"
+
config UCLIBC_CRYPT
bool
+ depends on UCLIBC_INSTALL
prompt "Install libcrypt on the target"
config UCLIBC_DL
bool
+ depends on UCLIBC_INSTALL
prompt "Install libdl on the target"
config UCLIBC_M
bool
+ depends on UCLIBC_INSTALL
prompt "Install libm on the target"
config UCLIBC_NSL
bool
+ depends on UCLIBC_INSTALL
prompt "Install libnsl on the target"
config UCLIBC_PTHREAD
bool
+ depends on UCLIBC_INSTALL
prompt "Install libpthread on the target"
config UCLIBC_RESOLV
bool
+ depends on UCLIBC_INSTALL
prompt "Install libresolv on the target"
config UCLIBC_UTIL
bool
+ depends on UCLIBC_INSTALL
prompt "Install libutil on the target"