summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-08 13:12:03 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-12 10:51:30 -0700
commit20a8cff8ba0ce02773946cd7ba398fc08969ce1e (patch)
treea2eda7781dc775ef6f5ded76f80c0cdf5462b52d
parent99490a0ee2294b474083d17cf3aa901f4d746573 (diff)
downloadmeta-clang-20a8cff8ba0ce02773946cd7ba398fc08969ce1e.tar.gz
webkitgtk: Use gcc for now
Clang 15 is causing build issues as of now see https://bugs.webkit.org/show_bug.cgi?id=244758 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 4fe36c8..06dea39 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -333,6 +333,9 @@ COMPILER_RT:remove:pn-m4:armeb = "-rtlib=compiler-rt"
333COMPILER_RT:remove:pn-ruby:armeb = "-rtlib=compiler-rt" 333COMPILER_RT:remove:pn-ruby:armeb = "-rtlib=compiler-rt"
334COMPILER_RT:remove:pn-webkitgtk:armeb = "-rtlib=compiler-rt" 334COMPILER_RT:remove:pn-webkitgtk:armeb = "-rtlib=compiler-rt"
335 335
336# Does not work with libc++ 15.x
337TOOLCHAIN:pn-webkitgtk = "gcc"
338
336# build/lib/libQt5Widgets.so: undefined reference to `__lshrti3' 339# build/lib/libQt5Widgets.so: undefined reference to `__lshrti3'
337# __lshrti3 is missing in libgcc 340# __lshrti3 is missing in libgcc
338COMPILER_RT:pn-qtbase:toolchain-clang:riscv32 = "-rtlib=compiler-rt ${UNWINDLIB}" 341COMPILER_RT:pn-qtbase:toolchain-clang:riscv32 = "-rtlib=compiler-rt ${UNWINDLIB}"