summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/compiler-rt_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/compiler-rt_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/compiler-rt_git.bb')
-rw-r--r--recipes-devtools/clang/compiler-rt_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb
index 834d2d6..ae21806 100644
--- a/recipes-devtools/clang/compiler-rt_git.bb
+++ b/recipes-devtools/clang/compiler-rt_git.bb
@@ -27,6 +27,7 @@ SRCREV_FORMAT = "compiler-rt"
27 27
28BASEDEPENDS_remove_toolchain-clang_class-target = "compiler-rt" 28BASEDEPENDS_remove_toolchain-clang_class-target = "compiler-rt"
29BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx" 29BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx"
30TARGET_CXXFLAGS_remove_toolchain-clang = " -stdlib=libc++ "
30 31
31DEPENDS += "ninja-native" 32DEPENDS += "ninja-native"
32 33