projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1953bd
)
toolchain: r44701 accidentially removed the uclibc default when TOOLCHAINOPTS is set
author
John Crispin
<john@openwrt.org>
Sun, 15 Mar 2015 06:35:18 +0000
(06:35 +0000)
committer
John Crispin
<john@openwrt.org>
Sun, 15 Mar 2015 06:35:18 +0000
(06:35 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44766
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index c8a02f3a766ad28881f42823228655a43b377733..bab583dd9c1b8b33a827c9f1916201470072cadf 100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-212,6
+212,7
@@
comment "C Library"
choice
prompt "C Library implementation" if TOOLCHAINOPTS
default LIBC_USE_GLIBC if (aarch64 || aarch64_be)
+ default LIBC_USE_UCLIBC
help
Select the C library implementation.