summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/libcxx_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-08-25 22:17:16 -0700
committerKhem Raj <raj.khem@gmail.com>2019-08-26 07:26:51 -0700
commit263ae8051e0bf45b7184318bada9e4b2d6145f08 (patch)
treeca1eac00f1fc77f01fa93d5fafed3afa92b9669e /recipes-devtools/clang/libcxx_git.bb
parent1cace72990224cc19dc65a75ec874f53408a81ee (diff)
downloadmeta-clang-263ae8051e0bf45b7184318bada9e4b2d6145f08.tar.gz
libcxx: Always use clang to compile libcxx
It really does not build with gcc dont force it Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/libcxx_git.bb')
-rw-r--r--recipes-devtools/clang/libcxx_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb
index 4d2b7b4..4117ff5 100644
--- a/recipes-devtools/clang/libcxx_git.bb
+++ b/recipes-devtools/clang/libcxx_git.bb
@@ -92,3 +92,5 @@ RPROVIDES_${PN}-locale += "${@bb.utils.contains('PACKAGECONFIG', 'unwind', 'libu
92RPROVIDES_${PN}-src += "${@bb.utils.contains('PACKAGECONFIG', 'unwind', 'libunwind-src', '', d)}" 92RPROVIDES_${PN}-src += "${@bb.utils.contains('PACKAGECONFIG', 'unwind', 'libunwind-src', '', d)}"
93 93
94BBCLASSEXTEND = "native nativesdk" 94BBCLASSEXTEND = "native nativesdk"
95TOOLCHAIN = "clang"
96