From 91bb744295d8752686c9afc58e8d234749214593 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Sun, 26 Oct 2003 20:39:11 +0000 Subject: * moved configuration.... git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@660 33e552b5-05e3-0310-8538-816dae2090ed --- rules/libc.in | 55 +++---------------------------------------------------- 1 file changed, 3 insertions(+), 52 deletions(-) (limited to 'rules/libc.in') 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 -- cgit v1.2.3