From 20a8cff8ba0ce02773946cd7ba398fc08969ce1e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 8 Sep 2022 13:12:03 -0700 Subject: 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 --- conf/nonclangable.conf | 3 +++ 1 file changed, 3 insertions(+) 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" COMPILER_RT:remove:pn-ruby:armeb = "-rtlib=compiler-rt" COMPILER_RT:remove:pn-webkitgtk:armeb = "-rtlib=compiler-rt" +# Does not work with libc++ 15.x +TOOLCHAIN:pn-webkitgtk = "gcc" + # build/lib/libQt5Widgets.so: undefined reference to `__lshrti3' # __lshrti3 is missing in libgcc COMPILER_RT:pn-qtbase:toolchain-clang:riscv32 = "-rtlib=compiler-rt ${UNWINDLIB}" -- cgit v1.2.3-54-g00ecf