projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25afe99
)
toolchain: use glibc instead of uclibc for mips64 by default - uclibc is still buggy...
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 2 Nov 2015 18:12:01 +0000
(18:12 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 2 Nov 2015 18:12:01 +0000
(18:12 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47355
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index 1e9460244dbf0f8e7c06b81d9dd9088c13cb688f..adc2b29e12d693b58ca06bfb2e01a5bed7a73024 100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-211,7
+211,7
@@
comment "C Library"
choice
prompt "C Library implementation" if TOOLCHAINOPTS
- default LIBC_USE_
UC
LIBC if mips64 || mips64el
+ default LIBC_USE_
G
LIBC if mips64 || mips64el
default LIBC_USE_MUSL
help
Select the C library implementation.