diff options
-rw-r--r-- | recipes-devtools/clang/compiler-rt_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index 0bc5a49..11c8a2d 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb | |||
@@ -19,8 +19,6 @@ BASEDEPENDS_remove_toolchain-clang_class-target = "compiler-rt" | |||
19 | BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx" | 19 | BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx" |
20 | TARGET_CXXFLAGS_remove_toolchain-clang = " -stdlib=libc++ " | 20 | TARGET_CXXFLAGS_remove_toolchain-clang = " -stdlib=libc++ " |
21 | TUNE_CCARGS_remove = "-no-integrated-as" | 21 | TUNE_CCARGS_remove = "-no-integrated-as" |
22 | LDFLAGS_append = " -fuse-ld=lld" | ||
23 | |||
24 | DEPENDS += "ninja-native" | 22 | DEPENDS += "ninja-native" |
25 | 23 | ||
26 | THUMB_TUNE_CCARGS = "" | 24 | THUMB_TUNE_CCARGS = "" |