summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/llvm-libunwind.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/llvm-libunwind.bb')
-rw-r--r--recipes-devtools/clang/llvm-libunwind.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-devtools/clang/llvm-libunwind.bb b/recipes-devtools/clang/llvm-libunwind.bb
index eb46e11..1bcad96 100644
--- a/recipes-devtools/clang/llvm-libunwind.bb
+++ b/recipes-devtools/clang/llvm-libunwind.bb
@@ -13,11 +13,9 @@ inherit cmake pythonnative
13PROVIDES += "libunwind" 13PROVIDES += "libunwind"
14 14
15DEPENDS += "ninja-native" 15DEPENDS += "ninja-native"
16BASEDEPENDS_remove_toolchain-clang = "libcxx"
17DEPENDS_append_toolchain-clang = " virtual/${TARGET_PREFIX}compilerlibs"
18 16
19TARGET_CXXFLAGS_remove_toolchain-clang = "--stdlib=libc++" 17LIBCPLUSPLUS = ""
20TUNE_CCARGS_remove_toolchain-clang = "--unwindlib=libunwind --stdlib=libc++" 18UNWINDLIB = ""
21 19
22COMPATIBLE_HOST_powerpc = "null" 20COMPATIBLE_HOST_powerpc = "null"
23COMPATIBLE_HOST_riscv32 = "null" 21COMPATIBLE_HOST_riscv32 = "null"