summaryrefslogtreecommitdiffstats
path: root/rules/uclibc.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-03-19 20:23:26 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-03-19 20:23:26 +0000
commit9f5eb82ea0735b417968729df2c72204df98e730 (patch)
tree50386a9508757543a9392c96e12b160dc7b9ac77 /rules/uclibc.in
parent16f9a25e7b1502ab464febd2efd6c907f1e0b766 (diff)
downloadptxdist-9f5eb82ea0735b417968729df2c72204df98e730.tar.gz
ptxdist-9f5eb82ea0735b417968729df2c72204df98e730.tar.xz
merged abandon-glibc trunk
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2380 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/uclibc.in')
-rw-r--r--rules/uclibc.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/rules/uclibc.in b/rules/uclibc.in
index 9c1f4f61f..e28f528b2 100644
--- a/rules/uclibc.in
+++ b/rules/uclibc.in
@@ -1,40 +1,31 @@
-
source "config/uClibc-0.9.27/extra/Configs/Config.in"
comment "Install options"
- depends on UCLIBC
config UCLIBC_CRYPT
bool
prompt "Install libcrypt on the target"
- depends on UCLIBC
config UCLIBC_DL
bool
prompt "Install libdl on the target"
- depends on UCLIBC
config UCLIBC_M
bool
prompt "Install libm on the target"
- depends on UCLIBC
config UCLIBC_NSL
bool
prompt "Install libnsl on the target"
- depends on UCLIBC
config UCLIBC_PTHREAD
bool
prompt "Install libpthread on the target"
- depends on UCLIBC
config UCLIBC_RESOLV
bool
prompt "Install libresolv on the target"
- depends on UCLIBC
config UCLIBC_UTIL
bool
prompt "Install libutil on the target"
- depends on UCLIBC