summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/compiler-rt_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-10-02 20:53:17 -0700
committerKhem Raj <raj.khem@gmail.com>2019-10-02 23:36:21 -0700
commit4b2d7a8ce783f9f275102f299a60c14b3d834918 (patch)
tree50c61188b69651b3cb3299da64b85cc41cadfc94 /recipes-devtools/clang/compiler-rt_git.bb
parent6b552ae7442252b07abf41680696a904fea87ece (diff)
downloadmeta-clang-4b2d7a8ce783f9f275102f299a60c14b3d834918.tar.gz
clang: Remove editing THUMB_TUNE_CCARGS
THUMB_TUNE_CCARGS is gone from oe-core 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.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb
index 3d335ef..e76a560 100644
--- a/recipes-devtools/clang/compiler-rt_git.bb
+++ b/recipes-devtools/clang/compiler-rt_git.bb
@@ -22,9 +22,6 @@ INHIBIT_DEFAULT_DEPS = "1"
22DEPENDS += "ninja-native clang-cross-${TARGET_ARCH} virtual/${MLPREFIX}libc virtual/${TARGET_PREFIX}compilerlibs" 22DEPENDS += "ninja-native clang-cross-${TARGET_ARCH} virtual/${MLPREFIX}libc virtual/${TARGET_PREFIX}compilerlibs"
23DEPENDS_append_class-nativesdk = " clang-native" 23DEPENDS_append_class-nativesdk = " clang-native"
24 24
25THUMB_TUNE_CCARGS = ""
26#TUNE_CCARGS += "-nostdlib"
27
28HF = "${@ bb.utils.contains('TUNE_CCARGS_MFLOAT', 'hard', 'hf', '', d)}" 25HF = "${@ bb.utils.contains('TUNE_CCARGS_MFLOAT', 'hard', 'hf', '', d)}"
29HF[vardepvalue] = "${HF}" 26HF[vardepvalue] = "${HF}"
30EXTRA_OECMAKE += "-DCOMPILER_RT_STANDALONE_BUILD=OFF \ 27EXTRA_OECMAKE += "-DCOMPILER_RT_STANDALONE_BUILD=OFF \