summaryrefslogtreecommitdiffstats
path: root/rules/libc.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/libc.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/libc.in')
-rw-r--r--rules/libc.in55
1 files changed, 3 insertions, 52 deletions
diff --git a/rules/libc.in b/rules/libc.in
index 7d04c8421..d3d0cac08 100644
--- a/rules/libc.in
+++ b/rules/libc.in
@@ -1,4 +1,4 @@
-# menue to chose C library
+menu "C Library "
choice
prompt "Which C library do you want to use?"
@@ -49,56 +49,7 @@ choice
endchoice
source "rules/glibc.in"
-
-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
+source "rules/uclibc.in"
+endmenu