From d3ca225d1bda9a1c7949618d026da14074ceae03 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Sun, 8 May 2005 13:16:09 +0000 Subject: 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 --- rules/uclibc.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'rules/uclibc.in') 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" -- cgit v1.2.3