Date: Tue, 25 May 2021 02:50:40 GMT From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4c4e7ebd0ff1 - main - math/asl: also set -DASL_NO_FP_INIT for riscv64 as well as powerpc*. Message-ID: <202105250250.14P2oeth007184@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by linimon: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c4e7ebd0ff1c1f7a7243f2c4a68500e9a29a07a commit 4c4e7ebd0ff1c1f7a7243f2c4a68500e9a29a07a Author: Mark Linimon <linimon@FreeBSD.org> AuthorDate: 2021-05-25 02:46:13 +0000 Commit: Mark Linimon <linimon@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105250250.14P2oeth007184>