summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/libcxx_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/libcxx_git.bb')
-rw-r--r--recipes-devtools/clang/libcxx_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb
index 28ea5eb..b36dede 100644
--- a/recipes-devtools/clang/libcxx_git.bb
+++ b/recipes-devtools/clang/libcxx_git.bb
@@ -15,6 +15,7 @@ DEPENDS += "ninja-native"
15BASEDEPENDS_remove_toolchain-clang = "libcxx" 15BASEDEPENDS_remove_toolchain-clang = "libcxx"
16CXX_remove_toolchain-clang = "-stdlib=libc++" 16CXX_remove_toolchain-clang = "-stdlib=libc++"
17TARGET_CXXFLAGS_remove_toolchain-clang = "-stdlib=libc++" 17TARGET_CXXFLAGS_remove_toolchain-clang = "-stdlib=libc++"
18TUNE_CCARGS_remove_toolchain-clang = "--rtlib=compiler-rt"
18 19
19PACKAGECONFIG ??= "unwind" 20PACKAGECONFIG ??= "unwind"
20PACKAGECONFIG_powerpc = "" 21PACKAGECONFIG_powerpc = ""