summaryrefslogtreecommitdiffstats
path: root/rules/libc.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2003-12-18 20:01:29 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2003-12-18 20:01:29 +0000
commit26eb44b0d3cd18b089f45be6b93605a9719a8970 (patch)
treeb07e48e1146ccb3d58748fc8520ee6e7978fde8e /rules/libc.in
parent03154c0e4b255a482e9df3362290b70fa23a9976 (diff)
downloadptxdist-26eb44b0d3cd18b089f45be6b93605a9719a8970.tar.gz
ptxdist-26eb44b0d3cd18b089f45be6b93605a9719a8970.tar.xz
Remove uClibc for now as it does not work properly. [RSC]
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@901 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libc.in')
-rw-r--r--rules/libc.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/rules/libc.in b/rules/libc.in
index 862a74495..adaeb09ec 100644
--- a/rules/libc.in
+++ b/rules/libc.in
@@ -9,9 +9,9 @@ choice
prompt "GLIBC"
depends on !ARCH_NOMMU
- config UCLIBC
- bool
- prompt "uClibc"
+# config UCLIBC
+# bool
+# prompt "uClibc"
endchoice
comment "C Library options"
@@ -42,15 +42,15 @@ choice
depends on GLIBC
depends on ARCH_X86
- config UCLIBC_0_9_24
- bool
- prompt "0.9.24"
- depends on UCLIBC
+# config UCLIBC_0_9_24
+# bool
+# prompt "0.9.24"
+# depends on UCLIBC
endchoice
source "rules/glibc.in"
-source "rules/uclibc.in"
+# source "rules/uclibc.in"
endmenu