math/asl: also set -DASL_NO_FP_INIT for riscv64 as well as powerpc*.

This commit is contained in:
Mark Linimon 2021-05-24 21:46:13 -05:00
parent 411aa79977
commit 4c4e7ebd0f

View file

@ -24,7 +24,7 @@ BINARY_ALIAS= make=${GMAKE}
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc*}
.if ${ARCH:Mpowerpc*} || ${ARCH} == riscv64
CFLAGS+= -DASL_NO_FP_INIT
.endif