HomeFreeBSD

x11/kitty: fix build on riscv64 and runtime on powerpc64

Description

x11/kitty: fix build on riscv64 and runtime on powerpc64

Disable LTO.
On riscv64:
Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)
ld: error: lto.tmp: cannot link object files with different floating-point ABI
cc: error: linker command failed with exit code 1 (use -v to see invocation)

On powerpc64, LTO is broken with LLVM.

Details

Provenance
pkubajAuthored on Oct 16 2021, 8:43 PM
Parents
R11:648efac422be: sysutils/jail_exporter: Update to 0.15.1
Branches
Unknown
Tags
Unknown