projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83c8aeb
)
toolchain: use glibc by default on riscv (until the musl port is merged)
author
Zoltan HERPAI
<wigyori@uid0.hu>
Tue, 21 Aug 2018 16:18:00 +0000
(18:18 +0200)
committer
Zoltan HERPAI
<wigyori@uid0.hu>
Thu, 4 Oct 2018 15:22:04 +0000
(17:22 +0200)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index 47e1c787df0d951418544f1c161c8aac2198cd76..4be349655a820af0a1fb721b7ce74285e4eff98f 100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-239,6
+239,7
@@
choice
prompt "C Library implementation" if TOOLCHAINOPTS
default LIBC_USE_UCLIBC if arc
default LIBC_USE_GLIBC if powerpc64
+ default LIBC_USE_GLIBC if riscv64
default LIBC_USE_MUSL
help
Select the C library implementation.