From 4c2d3ca939fd8694d2158209c64de51383fa4560 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 30 Aug 2019 22:16:05 -0700 Subject: musl: Do not use clang for musl package on ppc64 Fails to build with builtins which are only in compiler-rt but compiler-rt needs C library to build. Catch-22 Signed-off-by: Khem Raj --- recipes-core/musl/musl_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/musl/musl_%.bbappend b/recipes-core/musl/musl_%.bbappend index 3ba56fb..2301366 100644 --- a/recipes-core/musl/musl_%.bbappend +++ b/recipes-core/musl/musl_%.bbappend @@ -1,4 +1,5 @@ DEPENDS_append_toolchain-clang = " clang-cross-${TARGET_ARCH}" TOOLCHAIN_x86-x32 = "gcc" TOOLCHAIN_riscv64 = "gcc" +TOOLCHAIN_powerpc64 = "gcc" inherit lto -- cgit v1.2.3-54-g00ecf