You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[pacman] 7.0.0-9: Remove -fno-plt on unsupported architectures
LLVM doesn't support -fno-plt on RISC-V and LoongArch and starts
emitting a warning if it's supplied on unsupported targets since LLVM
20, causing various errors when configuring packages. Let's remove the
flag on riscv64 and loongarch64.
As we have started moving to LLVM 20, the problem must be mitigated by
stripping -fno-plt away from CFLAGS/LDFLAGS on riscv64 and loongarch64.
Link: llvm/llvm-project#124081
Reference: #3594 (comment)
0 commit comments