# FIXME: Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)
if ab_match_arch riscv64; then
    abinfo "Appending -mabi=lp64d to fix build ..."
    export CXXFLAGS="${CXXFLAGS} -mabi=lp64d"
fi
