From 656891ef643a2df0d8308df5226e22eb75e3df3e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 18 Nov 2019 08:17:33 -0800 Subject: ruby: Drop linking with compiler-rt is not needed anymore Signed-off-by: Khem Raj --- conf/nonclangable.conf | 1 - 1 file changed, 1 deletion(-) 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" #| /usr/src/debug/ruby/2.5.1-r0/build/../ruby-2.5.1/process.c:7073: undefined reference to `__mulodi4' #| clang-7: error: linker command failed with exit code 1 (use -v to see invocation) -LDFLAGS_append_pn-ruby_toolchain-clang = "${@bb.utils.contains('COMPILER_RT', '--rtlib=compiler-rt', ' -rtlib=compiler-rt', '', d)}" COMPILER_RT_pn-ruby_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" -- cgit v1.2.3-54-g00ecf