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.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb
index a90cd2f..28ea5eb 100644
--- a/recipes-devtools/clang/libcxx_git.bb
+++ b/recipes-devtools/clang/libcxx_git.bb
@@ -13,7 +13,8 @@ inherit cmake pythonnative
13 13
14DEPENDS += "ninja-native" 14DEPENDS += "ninja-native"
15BASEDEPENDS_remove_toolchain-clang = "libcxx" 15BASEDEPENDS_remove_toolchain-clang = "libcxx"
16TARGET_CXXFLAGS_remove_toolchain-clang = " -stdlib=libc++ " 16CXX_remove_toolchain-clang = "-stdlib=libc++"
17TARGET_CXXFLAGS_remove_toolchain-clang = "-stdlib=libc++"
17 18
18PACKAGECONFIG ??= "unwind" 19PACKAGECONFIG ??= "unwind"
19PACKAGECONFIG_powerpc = "" 20PACKAGECONFIG_powerpc = ""