From 3b0ba19a69ae11dc34cd9df184effcbdc1b33bf9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 19 Aug 2019 14:20:29 -0700 Subject: libcxx: Disable llvm libunwind when using gcc as system compiler Signed-off-by: Khem Raj --- recipes-devtools/clang/libcxx_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools/clang') diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb index 4882513..5e8deb9 100644 --- a/recipes-devtools/clang/libcxx_git.bb +++ b/recipes-devtools/clang/libcxx_git.bb @@ -17,6 +17,7 @@ TARGET_CXXFLAGS_remove_toolchain-clang = "--stdlib=libc++" TUNE_CCARGS_remove_toolchain-clang = "--rtlib=compiler-rt --unwindlib=libunwind --stdlib=libc++" PACKAGECONFIG ??= "unwind" +PACKAGECONFIG_toolchain-gcc = "" PACKAGECONFIG_powerpc = "" PACKAGECONFIG_riscv64 = "" PACKAGECONFIG_riscv32 = "" @@ -89,4 +90,3 @@ RPROVIDES_${PN}-locale += "${@bb.utils.contains('PACKAGECONFIG', 'unwind', 'libu RPROVIDES_${PN}-src += "${@bb.utils.contains('PACKAGECONFIG', 'unwind', 'libunwind-src', '', d)}" BBCLASSEXTEND = "native nativesdk" -TOOLCHAIN_forcevariable = "clang" -- cgit v1.2.3-54-g00ecf