From a06a370188e121b1e10aac03b698116055e79525 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 8 Jul 2019 15:03:43 -0700 Subject: musl: Use gcc to compile always clang needs built-ins from compiler-rt to build musl and compiler-rt needs a full toolchain to build which means we have a catch-22 on x32 with clang/musl, for now use gcc to compile musl to break the jinx Signed-off-by: Khem Raj --- recipes-core/musl/musl_%.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-core') diff --git a/recipes-core/musl/musl_%.bbappend b/recipes-core/musl/musl_%.bbappend index 652982c..2fdef3e 100644 --- a/recipes-core/musl/musl_%.bbappend +++ b/recipes-core/musl/musl_%.bbappend @@ -1,2 +1,3 @@ DEPENDS_append_toolchain-clang = " clang-cross-${TARGET_ARCH}" +TOOLCHAIN_x86-x32 = "gcc" inherit lto -- cgit v1.2.3-54-g00ecf