git: 4c4e7ebd0ff1 - main - math/asl: also set -DASL_NO_FP_INIT for riscv64 as well as powerpc*.
Mark Linimon
linimon at FreeBSD.org
Tue May 25 02:50:41 UTC 2021
The branch main has been updated by linimon:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4c4e7ebd0ff1c1f7a7243f2c4a68500e9a29a07a
commit 4c4e7ebd0ff1c1f7a7243f2c4a68500e9a29a07a
Author: Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-05-25 02:46:13 +0000
Commit: Mark Linimon <linimon at FreeBSD.org>
CommitDate: 2021-05-25 02:46:58 +0000
math/asl: also set -DASL_NO_FP_INIT for riscv64 as well as powerpc*.
---
math/asl/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/asl/Makefile b/math/asl/Makefile
index 4e1a8f69af9d..1a9c7e6dbb0d 100644
--- a/math/asl/Makefile
+++ b/math/asl/Makefile
@@ -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
More information about the dev-commits-ports-all
mailing list