From 11127751aad368698f56543415e33e93e6ff709e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 24 Feb 2021 19:15:24 -0800 Subject: musl: Remove workaround to disable -frounding-math The hang in clang seems to gone with clang12 remove dependecy on gcc-cross if using clang to compile musl Signed-off-by: Khem Raj --- recipes-core/musl/musl_%.bbappend | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'recipes-core/musl') diff --git a/recipes-core/musl/musl_%.bbappend b/recipes-core/musl/musl_%.bbappend index c99c4be..8732a4f 100644 --- a/recipes-core/musl/musl_%.bbappend +++ b/recipes-core/musl/musl_%.bbappend @@ -1,10 +1,5 @@ DEPENDS_append_toolchain-clang = " clang-cross-${TARGET_ARCH}" +DEPENDS_remove_toolchain-clang = "virtual/${TARGET_PREFIX}gcc" TOOLCHAIN_x86-x32 = "gcc" TOOLCHAIN_riscv64 = "gcc" TOOLCHAIN_powerpc64 = "gcc" - -# workaround until https://bugs.llvm.org/show_bug.cgi?id=44384 -# is fixed -do_configure_prepend_toolchain-clang () { - sed -i -e '/frounding-math/d' ${S}/configure -} -- cgit v1.2.3-54-g00ecf