Skip to content

Commit

Permalink
libdeflate: Use gcc for now with clang17
Browse files Browse the repository at this point in the history
Its a compiler crash in libdeflate seen with clang17
until its fixed lets use gcc for this now

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Sep 3, 2023
1 parent a199903 commit 21e5035
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 @@ -178,6 +178,9 @@ TOOLCHAIN:pn-pixman:mipsarcho32 = "gcc"
TOOLCHAIN:pn-frr:riscv64 = "gcc"
TOOLCHAIN:pn-frr:riscv32 = "gcc"

# clang17 issue - https://github.com/llvm/llvm-project/issues/65152
TOOLCHAIN:pn-libdeflate:arm = "gcc"

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

# 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
Expand Down

0 comments on commit 21e5035

Please sign in to comment.