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 15:34:53 -0800
commit656891ef643a2df0d8308df5226e22eb75e3df3e (patch)
tree665a7cc4b91129cca9519e7ea128b26840ce3206
parent6942af5c675f73bd689f9db7ad2d2dfca38f58b7 (diff)
downloadmeta-clang-656891ef643a2df0d8308df5226e22eb75e3df3e.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}"