summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-05-01 16:30:21 -0700
committerKhem Raj <raj.khem@gmail.com>2020-05-03 15:07:02 -0700
commitd118da0ae103b257d5b33c16ada6c0e3fb45332f (patch)
tree0d7e7a732ce7852a750144016d805e2d17581cec
parent1f6c73ba91d9dc0625f6ac40c1d3d24703e90fef (diff)
downloadmeta-clang-d118da0ae103b257d5b33c16ada6c0e3fb45332f.tar.gz
wpewebkit: Enable clang
It can build with clang now a days Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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"