abinfo "Raising open file limit for linking to pass ..."
ulimit -n 8192

# FIXME: Only occurs on these architectures.
if ab_match_arch loongarch64 || \
   ab_match_arch ppc64el || \
   ab_match_arch riscv64; then
    abinfo "Appending -ffat-lto-objects to avoid assembly inlining error ..."
    export LDFLAGS="${LDFLAGS} -ffat-lto-objects"
fi
