Skip to content

Commit

Permalink
toolchain: Fix glibc selection on ARC targets
Browse files Browse the repository at this point in the history
Without this change no libc is selected and the build will fail. This
will select glibc for ARC CPUs.

Fixes: 95f1002 ("toolchain: default to glibc for ARC")
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
hauke committed Dec 22, 2020
1 parent 7ba2f5c commit 920b692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolchain/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 920b692

Please sign in to comment.