summaryrefslogtreecommitdiffstats
path: root/rules/libc.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-17 13:23:22 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-17 13:23:22 +0000
commit5b2c50ad7c10e677703475770cd34d4b4b383905 (patch)
tree4214d7dec97d90e5ff5bbbae590a5d55f52d4d78 /rules/libc.in
parentf1e3f7c580e44b9879f9f89f2a320596d5918191 (diff)
downloadptxdist-5b2c50ad7c10e677703475770cd34d4b4b383905.tar.gz
ptxdist-5b2c50ad7c10e677703475770cd34d4b4b383905.tar.xz
* uclibc.in, glibc.in, libc.in:
cleaned up libc handling git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8069 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libc.in')
-rw-r--r--rules/libc.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/rules/libc.in b/rules/libc.in
index 9849a8da0..4bddee491 100644
--- a/rules/libc.in
+++ b/rules/libc.in
@@ -1,7 +1,29 @@
menu "C library "
+choice
+ prompt "c library"
+
+ config GLIBC
+ bool
+ prompt "glibc"
+ help
+ This menu entry lets you select components from the standard
+ C library called glibc. It depends on the system what components are
+ required.
+
+ config UCLIBC
+ bool
+ prompt "uClibc"
+endchoice
+
+if GLIBC
source "rules/glibc.in"
+endif
+
+if UCLIBC
source "rules/uclibc.in"
+endif
+
config LIBC_C
bool