diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-20 20:17:10 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-21 21:30:56 -0700 |
commit | eafc74c40022c15a7b6f70db716ffc8dde94901b (patch) | |
tree | e1a99f6d21baad8bb8b347c03975dfa10cff0dd2 | |
parent | ac290a57fd9cba953e62ea2bcb7ad8a38f70b533 (diff) | |
download | meta-clang-eafc74c40022c15a7b6f70db716ffc8dde94901b.tar.gz |
webkitgtk: Use gcc to compile on ARM
clang 20 can not compile webkit 2.48
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 7f3bea0..6f494fb 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -206,6 +206,10 @@ TOOLCHAIN:pn-netdata = "gcc" | |||
206 | # Needs OMP and with clang openmp is not ported to rv32 yet | 206 | # Needs OMP and with clang openmp is not ported to rv32 yet |
207 | TOOLCHAIN:pn-python3-drgn:riscv32 = "gcc" | 207 | TOOLCHAIN:pn-python3-drgn:riscv32 = "gcc" |
208 | 208 | ||
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 | |||
209 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " | 213 | CFLAGS:append:pn-liboil:toolchain-clang:x86-64 = " -fheinous-gnu-extensions " |
210 | 214 | ||
211 | # 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 | 215 | # 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 |