summaryrefslogtreecommitdiffstats
path: root/conf/nonclangable.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nonclangable.conf')
-rw-r--r--conf/nonclangable.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 832b6b8..8a1c7f5 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -116,9 +116,6 @@ TOOLCHAIN_pn-pulseaudio_armv7a = "gcc"
116# clang++ hangs see https://bugs.llvm.org/show_bug.cgi?id=45134 116# clang++ hangs see https://bugs.llvm.org/show_bug.cgi?id=45134
117DEBUG_FLAGS_remove_pn-sqlite-orm_toolchain-clang = "-g" 117DEBUG_FLAGS_remove_pn-sqlite-orm_toolchain-clang = "-g"
118 118
119# clang++ 6.0 crashes during link phase of a shared library
120TOOLCHAIN_pn-wpewebkit = "gcc"
121
122#| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:191: undefined reference to `__atomic_fetch_or_4' 119#| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:191: undefined reference to `__atomic_fetch_or_4'
123#| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:210: undefined reference to `__atomic_fetch_or_4' 120#| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:210: undefined reference to `__atomic_fetch_or_4'
124#| libqemuutil.a(bitmap.o): In function `bitmap_test_and_clear_atomic': 121#| libqemuutil.a(bitmap.o): In function `bitmap_test_and_clear_atomic':
@@ -242,6 +239,7 @@ COMPILER_RT_pn-ruby_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
242COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 239COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
243COMPILER_RT_pn-cpio_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 240COMPILER_RT_pn-cpio_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
244COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" 241COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
242COMPILER_RT_pn-wpewebkit_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}"
245COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt" 243COMPILER_RT_remove_pn-m4_powerpc = "--rtlib=compiler-rt"
246COMPILER_RT_remove_pn-ruby_powerpc = "--rtlib=compiler-rt" 244COMPILER_RT_remove_pn-ruby_powerpc = "--rtlib=compiler-rt"
247COMPILER_RT_remove_pn-webkitgtk_powerpc = "--rtlib=compiler-rt" 245COMPILER_RT_remove_pn-webkitgtk_powerpc = "--rtlib=compiler-rt"