summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/compiler-rt_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-30 10:34:07 -0700
committerKhem Raj <raj.khem@gmail.com>2019-10-01 15:58:36 -0700
commitbfa67c067f749e6cc9c0733a03207fb77d4e175f (patch)
treeb7d0bd732190c9aec774aff9ce237ec4cf5fa621 /recipes-devtools/clang/compiler-rt_git.bb
parent8f454e7d3fb185f369b6f33ccd7827bb688600c4 (diff)
downloadmeta-clang-bfa67c067f749e6cc9c0733a03207fb77d4e175f.tar.gz
clang-runtime: Use INHIBIT_DEFAULT_DEPS = "1"
This ensures that clang-runtime elements e.g. llvm-libunwind can be used with gcc as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/compiler-rt_git.bb')
-rw-r--r--recipes-devtools/clang/compiler-rt_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb
index c24329c..3d335ef 100644
--- a/recipes-devtools/clang/compiler-rt_git.bb
+++ b/recipes-devtools/clang/compiler-rt_git.bb
@@ -17,7 +17,9 @@ LIBCPLUSPLUS = ""
17COMPILER_RT = "" 17COMPILER_RT = ""
18TUNE_CCARGS_remove = "-no-integrated-as" 18TUNE_CCARGS_remove = "-no-integrated-as"
19 19
20DEPENDS += "ninja-native" 20INHIBIT_DEFAULT_DEPS = "1"
21
22DEPENDS += "ninja-native clang-cross-${TARGET_ARCH} virtual/${MLPREFIX}libc virtual/${TARGET_PREFIX}compilerlibs"
21DEPENDS_append_class-nativesdk = " clang-native" 23DEPENDS_append_class-nativesdk = " clang-native"
22 24
23THUMB_TUNE_CCARGS = "" 25THUMB_TUNE_CCARGS = ""