Skip to content

Commit 7a0f84f

Browse files
committed
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 <[email protected]>
1 parent eafc74c commit 7a0f84f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

conf/nonclangable.conf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,12 @@ TOOLCHAIN:pn-netdata = "gcc"
207207
TOOLCHAIN:pn-python3-drgn:riscv32 = "gcc"
208208

209209
# Clang-20 issue - https://github.com/llvm/llvm-project/issues/132322
210-
TOOLCHAIN:pn-webkitgtk:arm:toolchain-clang = "gcc"
211-
TOOLCHAIN:pn-webkitgtk3:arm:toolchain-clang = "gcc"
210+
TOOLCHAIN:pn-webkitgtk:arm = "gcc"
211+
TOOLCHAIN:pn-webkitgtk3:arm = "gcc"
212+
213+
# Disable clang on rv64 for now. see - https://bugs.webkit.org/show_bug.cgi?id=290243
214+
TOOLCHAIN:pn-webkitgtk:riscv64 = "gcc"
215+
TOOLCHAIN:pn-webkitgtk3:riscv64 = "gcc"
212216

213217
CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions "
214218

0 commit comments

Comments
 (0)