From 263ae8051e0bf45b7184318bada9e4b2d6145f08 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 25 Aug 2019 22:17:16 -0700 Subject: libcxx: Always use clang to compile libcxx It really does not build with gcc dont force it Signed-off-by: Khem Raj --- recipes-devtools/clang/libcxx_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-devtools/clang') 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 RPROVIDES_${PN}-src += "${@bb.utils.contains('PACKAGECONFIG', 'unwind', 'libunwind-src', '', d)}" BBCLASSEXTEND = "native nativesdk" +TOOLCHAIN = "clang" + -- cgit v1.2.3-54-g00ecf