summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-18 08:17:33 -0800
committerKhem Raj <raj.khem@gmail.com>2019-11-18 10:14:29 -0800
commit2546580a117e4ac64148167a927019986ea263b5 (patch)
tree665a7cc4b91129cca9519e7ea128b26840ce3206
parenta471d9033143a8388cff01292378f16b5b6a6e98 (diff)
downloadmeta-clang-2546580a117e4ac64148167a927019986ea263b5.tar.gz
ruby: Drop linking with compiler-rt is not needed anymore
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index bec69f7..658f570 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -210,7 +210,6 @@ TUNE_CCARGS_remove_pn-omxplayer_toolchain-clang = "-no-integrated-as"
210 210
211#| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' 211#| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4'
212#| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) 212#| clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
213LDFLAGS_append_pn-ruby_toolchain-clang = "${@bb.utils.contains('COMPILER_RT', '--rtlib=compiler-rt', ' -rtlib=compiler-rt', '', d)}"
214COMPILER_RT_pn-ruby_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 213COMPILER_RT_pn-ruby_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
215COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 214COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
216COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 215COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"