math/asl: also set -DASL_NO_FP_INIT for riscv64 as well as powerpc*.
This commit is contained in:
parent
411aa79977
commit
4c4e7ebd0f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue