From 920b692667470cf666ebb573f9213eccf3117702 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 23 Dec 2020 00:32:41 +0100 Subject: 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 --- toolchain/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain') 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 -- cgit v1.2.3