From d118da0ae103b257d5b33c16ada6c0e3fb45332f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 1 May 2020 16:30:21 -0700 Subject: wpewebkit: Enable clang It can build with clang now a days Signed-off-by: Khem Raj --- conf/nonclangable.conf | 4 +--- 1 file changed, 1 insertion(+), 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" # clang++ hangs see https://bugs.llvm.org/show_bug.cgi?id=45134 DEBUG_FLAGS_remove_pn-sqlite-orm_toolchain-clang = "-g" -# clang++ 6.0 crashes during link phase of a shared library -TOOLCHAIN_pn-wpewebkit = "gcc" - #| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:191: undefined reference to `__atomic_fetch_or_4' #| /usr/src/debug/qemu/2.6.0-r1/qemu-2.6.0/util/bitmap.c:210: undefined reference to `__atomic_fetch_or_4' #| 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}" COMPILER_RT_pn-m4_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" COMPILER_RT_pn-cpio_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" COMPILER_RT_pn-webkitgtk_toolchain-clang = "--rtlib=compiler-rt ${UNWINDLIB}" +COMPILER_RT_pn-wpewebkit_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" -- cgit v1.2.3-54-g00ecf