summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-18 07:51:13 -0800
committerKhem Raj <raj.khem@gmail.com>2019-11-18 10:14:29 -0800
commita471d9033143a8388cff01292378f16b5b6a6e98 (patch)
tree12c762502bae86bde249c057f0dc5eee7a6dc585
parent94b831e677d119ed8ec7c052d2b9b73b0a8d0c5a (diff)
downloadmeta-clang-a471d9033143a8388cff01292378f16b5b6a6e98.tar.gz
webkitgtk: Use compiler-rt runtime when using clang
Fixes | /usr/src/debug/webkitgtk/2.26.2-r0/webkitgtk-2.26.2/Source/WTF/wtf/CheckedArithmetic.h:365: error: undefined reference to '__mulodi4' Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 8282782..bec69f7 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -213,6 +213,7 @@ TUNE_CCARGS_remove_pn-omxplayer_toolchain-clang = "-no-integrated-as"
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)}"
214COMPILER_RT_pn-ruby_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 214COMPILER_RT_pn-ruby_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
215COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 215COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
216COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
216COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt" 217COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt"
217 218
218LDFLAGS_append_pn-gnutls_toolchain-clang_riscv64 = " -latomic" 219LDFLAGS_append_pn-gnutls_toolchain-clang_riscv64 = " -latomic"