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=53c03ec05ceea793f10770c4da687ed64d7c8ace;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 47e1c787df..4be349655a 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.