summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-12-27 18:54:49 -0800
committerKhem Raj <raj.khem@gmail.com>2018-12-27 18:54:49 -0800
commit0e03d228c95e7693538e951e9179ea7eab83c92c (patch)
treec033afd24a781c84f1dfda28679e2b92ff58f6f2
parent79b3bc561aadb2165dd9b48314a713dc1cf9eb5f (diff)
downloadmeta-clang-0e03d228c95e7693538e951e9179ea7eab83c92c.tar.gz
nativesdk-compiler-rt: Add missing dep on clang-native
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 11c8a2d..b598040 100644
--- a/recipes-devtools/clang/compiler-rt_git.bb
+++ b/recipes-devtools/clang/compiler-rt_git.bb
@@ -20,6 +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"
23 24
24THUMB_TUNE_CCARGS = "" 25THUMB_TUNE_CCARGS = ""
25#TUNE_CCARGS += "-nostdlib" 26#TUNE_CCARGS += "-nostdlib"