summaryrefslogtreecommitdiffstats
path: root/rules/libc.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2004-09-28 16:08:14 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2004-09-28 16:08:14 +0000
commita03aa44bdc55307a494974bc7d54de33b2565e6c (patch)
tree11ac5eb2ff671030c6e49385b5a242347bcd66d9 /rules/libc.in
parente3e32392c968838ab2cd128d7703810175748a37 (diff)
downloadptxdist-a03aa44bdc55307a494974bc7d54de33b2565e6c.tar.gz
ptxdist-a03aa44bdc55307a494974bc7d54de33b2565e6c.tar.xz
fixed uclibc version selection (thanks to sandeep <sandeep@codito.com> for the patch)
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@1810 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libc.in')
-rw-r--r--rules/libc.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/libc.in b/rules/libc.in
index 81a4fe18c..526e5c57c 100644
--- a/rules/libc.in
+++ b/rules/libc.in
@@ -52,6 +52,13 @@ choice
depends on GLIBC
depends on ARCH_X86
+endchoice
+
+choice
+ prompt "uClibc Version"
+ default UCLIBC_0_9_26
+ depends on UCLIBC
+
config UCLIBC_0_9_26
bool
prompt "0.9.26"