From 14f5e1d27705ad92103c3be900b7ae03985ed929 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 18 May 2021 22:29:11 -0700 Subject: compiler-rt: Remove -D_LIBCPP_HAS_MUSL_LIBC=ON this option is only effective when building libcxx Signed-off-by: Khem Raj --- recipes-devtools/clang/compiler-rt_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index 0579395..73c8f16 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb @@ -47,8 +47,6 @@ EXTRA_OECMAKE_append_class-nativesdk = "\ -DLLVM_TABLEGEN=${STAGING_BINDIR_NATIVE}/llvm-tblgen \ -DCLANG_TABLEGEN=${STAGING_BINDIR_NATIVE}/clang-tblgen \ " - -CXXFLAGS_append_libc-musl = " -D_LIBCPP_HAS_MUSL_LIBC=ON " EXTRA_OECMAKE_append_powerpc = " -DCOMPILER_RT_DEFAULT_TARGET_ARCH=powerpc " do_install_append () { -- cgit v1.2.3-54-g00ecf