summaryrefslogtreecommitdiffstats
path: root/rules/uclibc.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-16 19:48:29 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-16 19:48:29 +0000
commit514d454bb18034bfe2edbe8ed8830e364298a32f (patch)
tree364e923d144d22c2df0d9ff14ecb371cfeb2f92a /rules/uclibc.in
parentc22066c289a250a59f43f41ef1cda918590e8d9d (diff)
downloadptxdist-514d454bb18034bfe2edbe8ed8830e364298a32f.tar.gz
ptxdist-514d454bb18034bfe2edbe8ed8830e364298a32f.tar.xz
* uclibc.in, gcclibs.in, libc.in, uclibc.make, glibc.make:
new LIBC layer for deps to c library git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8043 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/uclibc.in')
-rw-r--r--rules/uclibc.in25
1 files changed, 16 insertions, 9 deletions
diff --git a/rules/uclibc.in b/rules/uclibc.in
index 476589be5..e01e11c64 100644
--- a/rules/uclibc.in
+++ b/rules/uclibc.in
@@ -11,7 +11,7 @@ config UCLIBC_VERSION
comment "Install options"
depends on UCLIBC
-config UCLIBC_LIBC
+config UCLIBC_C
bool
depends on UCLIBC
prompt "Install libc on the target"
@@ -28,35 +28,35 @@ config UCLIBC_LIBC
config UCLIBC_CRYPT
bool
- depends on UCLIBC_LIBC
+ depends on UCLIBC
prompt "Install libcrypt on the target"
help
The encryption/decryption library
config UCLIBC_DL
bool
- depends on UCLIBC_LIBC
+ depends on UCLIBC
prompt "Install libdl on the target"
help
The dynamic linking library
config UCLIBC_M
bool
- depends on UCLIBC_LIBC
+ depends on UCLIBC
prompt "Install libm on the target"
help
The C math libary
config UCLIBC_NSL
bool
- depends on UCLIBC_LIBC
+ depends on UCLIBC
prompt "Install libnsl on the target"
help
The network services library
config UCLIBC_PTHREAD
bool
- depends on UCLIBC_LIBC
+ depends on UCLIBC
prompt "Install libpthread on the target"
help
If at least one application on the target uses threads when executed
@@ -64,7 +64,7 @@ config UCLIBC_PTHREAD
config UCLIBC_THREAD_DB
bool
- depends on UCLIBC_LIBC
+ depends on UCLIBC
prompt "Install libthread_db on the target"
help
If at least one application on the target uses threads when executed
@@ -74,14 +74,21 @@ config UCLIBC_THREAD_DB
config UCLIBC_RESOLV
bool
- depends on UCLIBC_LIBC
+ depends on UCLIBC
prompt "Install libresolv on the target"
help
The resolver library
+config UCLIBC_RT
+ bool
+ depends on UCLIBC
+ prompt "Install librt on the target"
+ help
+ The rt library
+
config UCLIBC_UTIL
bool
- depends on UCLIBC_LIBC
+ depends on UCLIBC
prompt "Install libutil on the target"
help
Contains code for "standard" functions used in many different Unix