Skip to content

Commit 381ded0

Browse files
committed
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 <[email protected]>
1 parent af14efc commit 381ded0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

conf/nonclangable.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ COMPILER_RT_pn-ruby_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
214214
COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
215215
COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
216216
COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt"
217+
COMPILER_RT_remove_pn-ruby_powerpc = "--rtlib=compiler-rt"
218+
COMPILER_RT_remove_pn-webkitgtk_powerpc = "--rtlib=compiler-rt"
219+
COMPILER_RT_remove_pn-m4_armeb = "--rtlib=compiler-rt"
220+
COMPILER_RT_remove_pn-ruby_armeb = "--rtlib=compiler-rt"
221+
COMPILER_RT_remove_pn-webkitgtk_armeb = "--rtlib=compiler-rt"
217222

218223
LDFLAGS_append_pn-gnutls_toolchain-clang_riscv64 = " -latomic"
219224
LDFLAGS_append_pn-harfbuzz_toolchain-clang_riscv64 = " -latomic"

0 commit comments

Comments
 (0)