Skip to content

Commit eafc74c

Browse files
committed
webkitgtk: Use gcc to compile on ARM
clang 20 can not compile webkit 2.48 Signed-off-by: Khem Raj <[email protected]>
1 parent ac290a5 commit eafc74c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

conf/nonclangable.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ TOOLCHAIN:pn-netdata = "gcc"
206206
# Needs OMP and with clang openmp is not ported to rv32 yet
207207
TOOLCHAIN:pn-python3-drgn:riscv32 = "gcc"
208208

209+
# 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"
212+
209213
CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions "
210214

211215
# TOPDIR/build/tmp/work/core2-32-yoe-linux/gnu-efi/3.0.17-r0/gnu-efi-3.0.17//lib/ctors.S:11:41: error: expected the entry size

0 commit comments

Comments
 (0)