summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/clang/compiler-rt_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb
index b598040..f9eba8e 100644
--- a/recipes-devtools/clang/compiler-rt_git.bb
+++ b/recipes-devtools/clang/compiler-rt_git.bb
@@ -20,7 +20,7 @@ BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx"
20TARGET_CXXFLAGS_remove_toolchain-clang = " -stdlib=libc++ " 20TARGET_CXXFLAGS_remove_toolchain-clang = " -stdlib=libc++ "
21TUNE_CCARGS_remove = "-no-integrated-as" 21TUNE_CCARGS_remove = "-no-integrated-as"
22DEPENDS += "ninja-native" 22DEPENDS += "ninja-native"
23DEPENDS_append_class-nativesdk = "clang-native" 23DEPENDS_append_class-nativesdk = " clang-native"
24 24
25THUMB_TUNE_CCARGS = "" 25THUMB_TUNE_CCARGS = ""
26#TUNE_CCARGS += "-nostdlib" 26#TUNE_CCARGS += "-nostdlib"