summaryrefslogtreecommitdiffstats
path: root/rules/uclibc.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2003-10-26 20:39:11 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2003-10-26 20:39:11 +0000
commit91bb744295d8752686c9afc58e8d234749214593 (patch)
tree0b48d89ad142056cd2964c2c5fbab1f0add31674 /rules/uclibc.in
parent18238577cb5c92a946c311358bb6bd91ea2bc2a4 (diff)
downloadptxdist-91bb744295d8752686c9afc58e8d234749214593.tar.gz
ptxdist-91bb744295d8752686c9afc58e8d234749214593.tar.xz
* moved configuration....
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@660 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/uclibc.in')
-rw-r--r--rules/uclibc.in51
1 files changed, 51 insertions, 0 deletions
diff --git a/rules/uclibc.in b/rules/uclibc.in
new file mode 100644
index 000000000..a8f4a5037
--- /dev/null
+++ b/rules/uclibc.in
@@ -0,0 +1,51 @@
+source "config/uClibc/extra/Configs/Config.alpha"
+source "config/uClibc/extra/Configs/Config.arm"
+source "config/uClibc/extra/Configs/Config.cris"
+source "config/uClibc/extra/Configs/Config.h8300"
+source "config/uClibc/extra/Configs/Config.i386"
+source "config/uClibc/extra/Configs/Config.i960"
+source "config/uClibc/extra/Configs/Config.m68k"
+source "config/uClibc/extra/Configs/Config.mips"
+source "config/uClibc/extra/Configs/Config.mipsel"
+source "config/uClibc/extra/Configs/Config.powerpc"
+source "config/uClibc/extra/Configs/Config.sh"
+source "config/uClibc/extra/Configs/Config.sparc"
+source "config/uClibc/extra/Configs/Config.v850"
+
+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