From 7a0f84f429c34ddf40f29a6f0669cd312ec1153e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 22 Mar 2025 01:26:03 -0700 Subject: webkitgtk: Use gcc to build for rv64 for now clang-20 is unable to build webkit 2.48 for rv64 Signed-off-by: Khem Raj --- conf/nonclangable.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 6f494fb..1c2d824 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -207,8 +207,12 @@ TOOLCHAIN:pn-netdata = "gcc" TOOLCHAIN:pn-python3-drgn:riscv32 = "gcc" # Clang-20 issue - https://github.com/llvm/llvm-project/issues/132322 -TOOLCHAIN:pn-webkitgtk:arm:toolchain-clang = "gcc" -TOOLCHAIN:pn-webkitgtk3:arm:toolchain-clang = "gcc" +TOOLCHAIN:pn-webkitgtk:arm = "gcc" +TOOLCHAIN:pn-webkitgtk3:arm = "gcc" + +# Disable clang on rv64 for now. see - https://bugs.webkit.org/show_bug.cgi?id=290243 +TOOLCHAIN:pn-webkitgtk:riscv64 = "gcc" +TOOLCHAIN:pn-webkitgtk3:riscv64 = "gcc" CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " -- cgit v1.2.3-54-g00ecf