From 381ded0e2d51b9fc9672e26dd911cb1506878fbd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 19 Nov 2019 22:40:04 -0800 Subject: m4,ruby,webkitgtk: Do not use compiler-rt explicitly on arrmeb/ppc Needed for clang since it needs __mulodi4 but these arches do not build compiler-rt Signed-off-by: Khem Raj --- conf/nonclangable.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 821b172..1a01659 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -214,6 +214,11 @@ 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}" COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt" +COMPILER_RT_remove_pn-ruby_powerpc = "--rtlib=compiler-rt" +COMPILER_RT_remove_pn-webkitgtk_powerpc = "--rtlib=compiler-rt" +COMPILER_RT_remove_pn-m4_armeb = "--rtlib=compiler-rt" +COMPILER_RT_remove_pn-ruby_armeb = "--rtlib=compiler-rt" +COMPILER_RT_remove_pn-webkitgtk_armeb = "--rtlib=compiler-rt" LDFLAGS_append_pn-gnutls_toolchain-clang_riscv64 = " -latomic" LDFLAGS_append_pn-harfbuzz_toolchain-clang_riscv64 = " -latomic" -- cgit v1.2.3-54-g00ecf