summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/clang/compiler-rt_git.bb2
-rw-r--r--recipes-devtools/clang/libcxx_git.bb3
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb
index 3158380..9a15211 100644
--- a/recipes-devtools/clang/compiler-rt_git.bb
+++ b/recipes-devtools/clang/compiler-rt_git.bb
@@ -96,4 +96,4 @@ BBCLASSEXTEND = "native nativesdk"
96ALLOW_EMPTY_${PN} = "1" 96ALLOW_EMPTY_${PN} = "1"
97ALLOW_EMPTY_${PN}-dev = "1" 97ALLOW_EMPTY_${PN}-dev = "1"
98 98
99TOOLCHAIN = "clang" 99TOOLCHAIN_forcevariable = "clang"
diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb
index 26fbcdc..ad755b9 100644
--- a/recipes-devtools/clang/libcxx_git.bb
+++ b/recipes-devtools/clang/libcxx_git.bb
@@ -32,6 +32,7 @@ LIC_FILES_CHKSUM = "file://libcxx/LICENSE.TXT;md5=3de3deb8323d5cf3360104190e804a
32" 32"
33THUMB_TUNE_CCARGS = "" 33THUMB_TUNE_CCARGS = ""
34#TUNE_CCARGS += "-nostdlib" 34#TUNE_CCARGS += "-nostdlib"
35EXTRA_OECMAKE_append_armv5 = " -D_LIBCXXABI_HAS_ATOMIC_BUILTINS=OFF"
35 36
36EXTRA_OECMAKE += "\ 37EXTRA_OECMAKE += "\
37 -DLIBCXX_CXX_ABI=libcxxabi \ 38 -DLIBCXX_CXX_ABI=libcxxabi \
@@ -76,4 +77,4 @@ ALLOW_EMPTY_${PN} = "1"
76RDEPENDS_${PN}-dev += "${PN}-staticdev" 77RDEPENDS_${PN}-dev += "${PN}-staticdev"
77 78
78BBCLASSEXTEND = "native nativesdk" 79BBCLASSEXTEND = "native nativesdk"
79TOOLCHAIN = "clang" 80TOOLCHAIN_forcevariable = "clang"