summaryrefslogtreecommitdiffstats
path: root/conf/nonclangable.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nonclangable.conf')
-rw-r--r--conf/nonclangable.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 428eacf..8282782 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -211,8 +211,9 @@ TUNE_CCARGS_remove_pn-omxplayer_toolchain-clang = "-no-integrated-as"
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)}" 213LDFLAGS_append_pn-ruby_toolchain-clang = "${@bb.utils.contains('COMPILER_RT', '--rtlib=compiler-rt', ' -rtlib=compiler-rt', '', d)}"
214LDFLAGS_append_pn-m4_toolchain-clang = "${@bb.utils.contains('COMPILER_RT', '--rtlib=compiler-rt', ' -rtlib=compiler-rt', '', d)}" 214COMPILER_RT_pn-ruby_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
215LDFLAGS_remove_pn-m4_powerpc = "-rtlib=compiler-rt" 215COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
216COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt"
216 217
217LDFLAGS_append_pn-gnutls_toolchain-clang_riscv64 = " -latomic" 218LDFLAGS_append_pn-gnutls_toolchain-clang_riscv64 = " -latomic"
218LDFLAGS_append_pn-harfbuzz_toolchain-clang_riscv64 = " -latomic" 219LDFLAGS_append_pn-harfbuzz_toolchain-clang_riscv64 = " -latomic"