math/cado-nfs: Simplify CXXFLAGS

Reported by:	pkubaj
This commit is contained in:
Yuri Victorovich 2021-12-07 09:15:56 -08:00
parent e7da8e2956
commit 673174feef

View File

@ -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>