From: Zoltan HERPAI Date: Tue, 21 Aug 2018 16:18:00 +0000 (+0200) Subject: toolchain: use glibc by default on riscv (until the musl port is merged) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a21993cbc7c02ef328e3421de7952bc6ee549e61;p=openwrt%2Fstaging%2Fwigyori.git toolchain: use glibc by default on riscv (until the musl port is merged) Signed-off-by: Zoltan HERPAI --- diff --git a/toolchain/Config.in b/toolchain/Config.in index 82dddbc209..a17048cff0 100644 --- 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.