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:
52ea74e
)
toolchain: use glibc by default on riscv (until the musl port is merged)
author
Zoltan HERPAI
<
[email protected]
>
Tue, 21 Aug 2018 16:18:00 +0000
(18:18 +0200)
committer
Zoltan HERPAI
<
[email protected]
>
Mon, 11 Mar 2019 10:39:38 +0000
(11:39 +0100)
Signed-off-by: Zoltan HERPAI <
[email protected]
>
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index 82dddbc20963e81d00c067cd8eb621ec40760da3..a17048cff0e709993416d50b72277cc65496af5e 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.