From: Hauke Mehrtens Date: Tue, 22 Dec 2020 23:32:41 +0000 (+0100) Subject: toolchain: Fix glibc selection on ARC targets X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=920b692667470cf666ebb573f9213eccf3117702;p=openwrt%2Fstaging%2Fdedeckeh.git toolchain: Fix glibc selection on ARC targets Without this change no libc is selected and the build will fail. This will select glibc for ARC CPUs. Fixes: 95f1002acab5 ("toolchain: default to glibc for ARC") Signed-off-by: Hauke Mehrtens --- diff --git a/toolchain/Config.in b/toolchain/Config.in index bb8729d805..6dda9af92d 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -260,6 +260,7 @@ config GDB Enable if you want to build the gdb. config USE_GLIBC + default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc) bool config USE_MUSL