Skip to content

Commit

Permalink
qtwebengine: Use gcc on aarch64 for now
Browse files Browse the repository at this point in the history
fails with clang17

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Jul 5, 2023
1 parent 909abde commit 98013bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ TOOLCHAIN:pn-pixman:mipsarcho32 = "gcc"
# See https://github.com/llvm/llvm-project/issues/61412
TOOLCHAIN:pn-frr:riscv64 = "gcc"
TOOLCHAIN:pn-frr:riscv32 = "gcc"
# Clang 17 fails - error: overload resolution selected deleted operator '='
TOOLCHAIN:pn-qtwebengine:aarch64 = "gcc"
LDFLAGS:remove:pn-qtwebengine:aarch64 = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', '-fuse-ld=lld', '', d)}"

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

Expand Down

0 comments on commit 98013bf

Please sign in to comment.