Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2021 17:17:48 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 673174feef7c - main - math/cado-nfs: Simplify CXXFLAGS
Message-ID:  <202112071717.1B7HHmoH068054@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=673174feef7ccb67b72b4bbff3fac77ba9afe0f2

commit 673174feef7ccb67b72b4bbff3fac77ba9afe0f2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-12-07 17:15:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-12-07 17:15:56 +0000

    math/cado-nfs: Simplify CXXFLAGS
    
    Reported by:    pkubaj
---
 math/cado-nfs/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/math/cado-nfs/Makefile b/math/cado-nfs/Makefile
index f4b2642a1811..f9cfc93e5460 100644
--- a/math/cado-nfs/Makefile
+++ b/math/cado-nfs/Makefile
@@ -28,6 +28,8 @@ GL_COMMIT=	f4284e2391121b2bfb97bc4880b6273c7250dc2f
 
 SHEBANG_GLOB=	*.py
 
+CXXFLAGS_i386=	-msse2 # workaround for error: always_inline function '_mm_setzero_si128' requires target feature 'sse2', but would be inlined into function 'gf2x_mul4' that is compiled without support for 'sse2'
+
 TEST_TARGET=	check # 'test' does the same but is less verbose
 
 BINARY_ALIAS=	python3=${PYTHON_CMD} make=${GMAKE}
@@ -40,8 +42,4 @@ PLIST_SUB=	LINGEN_PZ=""
 PLIST_SUB=	LINGEN_PZ="@comment "
 .endif
 
-.if ${ARCH} == "i386"
-CXXFLAGS+=	-msse2 # workaround for error: always_inline function '_mm_setzero_si128' requires target feature 'sse2', but would be inlined into function 'gf2x_mul4' that is compiled without support for 'sse2'
-.endif
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112071717.1B7HHmoH068054>