summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/libcxx_git.bb
diff options
context:
space:
mode:
authorRobin Lee <cheeselee@fedoraproject>2018-03-03 16:27:36 +0800
committerKhem Raj <raj.khem@gmail.com>2018-03-03 02:00:11 -0800
commit32305699e5de8ca806db0ba08dbf75bdbf85fe97 (patch)
tree49d9578a9964eb027af76640fbce9b9ca0226587 /recipes-devtools/clang/libcxx_git.bb
parentc87d0d3bcc60c08c4e757279329e3719c0e7e504 (diff)
downloadmeta-clang-32305699e5de8ca806db0ba08dbf75bdbf85fe97.tar.gz
libcxx: Add settings to build with libcxx as default C++ standard library
Signed-off-by: Robin Lee <cheeselee@fedoraproject>
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 0f3b2a8..57f0654 100644
--- a/recipes-devtools/clang/libcxx_git.bb
+++ b/recipes-devtools/clang/libcxx_git.bb
@@ -14,6 +14,7 @@ PV .= "+git${SRCPV}"
14 14
15DEPENDS += "ninja-native" 15DEPENDS += "ninja-native"
16BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx" 16BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx"
17TARGET_CXXFLAGS_remove_toolchain-clang = " -stdlib=libc++ "
17 18
18PROVIDES = "libunwind" 19PROVIDES = "libunwind"
19PROVIDES_remove_mipsarch = "libunwind" 20PROVIDES_remove_mipsarch = "libunwind"