summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-19 22:40:04 -0800
committerKhem Raj <raj.khem@gmail.com>2019-11-20 06:32:14 -0800
commit381ded0e2d51b9fc9672e26dd911cb1506878fbd (patch)
tree68cc6d3bab56a9b03c135d18e111d5dbf723645b
parentaf14efca56e0d484b8719763828f7228e9dfb96a (diff)
downloadmeta-clang-381ded0e2d51b9fc9672e26dd911cb1506878fbd.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf5
1 files changed, 5 insertions, 0 deletions
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}"
214COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 214COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
215COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 215COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
216COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt" 216COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt"
217COMPILER_RT_remove_pn-ruby_powerpc = "--rtlib=compiler-rt"
218COMPILER_RT_remove_pn-webkitgtk_powerpc = "--rtlib=compiler-rt"
219COMPILER_RT_remove_pn-m4_armeb = "--rtlib=compiler-rt"
220COMPILER_RT_remove_pn-ruby_armeb = "--rtlib=compiler-rt"
221COMPILER_RT_remove_pn-webkitgtk_armeb = "--rtlib=compiler-rt"
217 222
218LDFLAGS_append_pn-gnutls_toolchain-clang_riscv64 = " -latomic" 223LDFLAGS_append_pn-gnutls_toolchain-clang_riscv64 = " -latomic"
219LDFLAGS_append_pn-harfbuzz_toolchain-clang_riscv64 = " -latomic" 224LDFLAGS_append_pn-harfbuzz_toolchain-clang_riscv64 = " -latomic"