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.cdn.openwrt.org/?a=commitdiff_plain;h=601f3bbbb2c4c0122812e29fbd42a4f4db1ccf53;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.