From f030cd1e6bcad64e763f5b719929edac96c2ffae Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 27 Dec 2018 17:24:00 -0800 Subject: compiler-rt: Do not force lld to link step This was an experimental change Signed-off-by: Khem Raj --- recipes-devtools/clang/compiler-rt_git.bb | 2 -- 1 file changed, 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" BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx" TARGET_CXXFLAGS_remove_toolchain-clang = " -stdlib=libc++ " TUNE_CCARGS_remove = "-no-integrated-as" -LDFLAGS_append = " -fuse-ld=lld" - DEPENDS += "ninja-native" THUMB_TUNE_CCARGS = "" -- cgit v1.2.3-54-g00ecf