summaryrefslogtreecommitdiffstats
path: root/rules/uclibc.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 11:17:09 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 11:17:09 +0000
commita2dd4bf8cad6dfa2bafb004ae45b6411c0e5f8a7 (patch)
tree6e06484a913bad258a76a935112dcb7290f5ccfd /rules/uclibc.in
parentcd3569ce0458e048486cc39a01025843fe92e93f (diff)
downloadptxdist-a2dd4bf8cad6dfa2bafb004ae45b6411c0e5f8a7.tar.gz
ptxdist-a2dd4bf8cad6dfa2bafb004ae45b6411c0e5f8a7.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4237 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/uclibc.in')
-rw-r--r--rules/uclibc.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/rules/uclibc.in b/rules/uclibc.in
index ec155ae34..b1a3dffc9 100644
--- a/rules/uclibc.in
+++ b/rules/uclibc.in
@@ -7,38 +7,54 @@ config UCLIBC_INSTALL
default y if !CROSSTOOL
default n if CROSSTOOL
prompt "Install uClibc libraries on the target"
+ help
+ FIXME: This item needs to be documented
config UCLIBC_CRYPT
bool
depends on UCLIBC_INSTALL
prompt "Install libcrypt on the target"
+ help
+ FIXME: This item needs to be documented
config UCLIBC_DL
bool
depends on UCLIBC_INSTALL
prompt "Install libdl on the target"
+ help
+ FIXME: This item needs to be documented
config UCLIBC_M
bool
depends on UCLIBC_INSTALL
prompt "Install libm on the target"
+ help
+ FIXME: This item needs to be documented
config UCLIBC_NSL
bool
depends on UCLIBC_INSTALL
prompt "Install libnsl on the target"
+ help
+ FIXME: This item needs to be documented
config UCLIBC_PTHREAD
bool
depends on UCLIBC_INSTALL
prompt "Install libpthread on the target"
+ help
+ FIXME: This item needs to be documented
config UCLIBC_RESOLV
bool
depends on UCLIBC_INSTALL
prompt "Install libresolv on the target"
+ help
+ FIXME: This item needs to be documented
config UCLIBC_UTIL
bool
depends on UCLIBC_INSTALL
prompt "Install libutil on the target"
+ help
+ FIXME: This item needs to be documented