From nobody Tue Dec 7 17:17:48 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 65BDB18D4931; Tue, 7 Dec 2021 17:17:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J7n710Zphz3wSB; Tue, 7 Dec 2021 17:17:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9670237D8; Tue, 7 Dec 2021 17:17:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1B7HHmCP068055; Tue, 7 Dec 2021 17:17:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B7HHmoH068054; Tue, 7 Dec 2021 17:17:48 GMT (envelope-from git) Date: Tue, 7 Dec 2021 17:17:48 GMT Message-Id: <202112071717.1B7HHmoH068054@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 673174feef7c - main - math/cado-nfs: Simplify CXXFLAGS List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 673174feef7ccb67b72b4bbff3fac77ba9afe0f2 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638897469; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+ZHZiYzv2hSXY1C3r3qRtGln4jxq+v9Rb5hUG6F3MGs=; b=BeM4R8zyyLIHCO6Xkca409JjojoKE9rDxem+znTpYHuaOKmHR7OX/rf+dvl0Ur/FyI26dX OO6HOTdyMtQwKlM8UjPi8nQzTi1PxZmxxq5mvo2rP719Glnzm8xNCNdSxXZxP6HyX0+wdh 68ORB0h/ScRfPTVE50bLAmOvuTGuCypL9iru5dCREHXSe/ObZWaOJEqow+ShQ5UOxYtkm7 Qya9uMX1bORpcs4l1iXoxXvwGtkUAudQ74qJIGwAs4mrNqafgkkviX7hFQLVEgeK5+xQ4y eUzBY/NXTGolfodtp4Nf5VcCqRoJlzH7+TNRrLo+bqWkwHBg3w7jFLFwm9r3GQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638897469; a=rsa-sha256; cv=none; b=FhEaeeyAcm6GfDnwpouwH0Lmoi7VGiD51WVRdth0G90fHJw5zbFe6yGA4V02XTJ1tIcXpK oW/FjCu2zmDcp5jPvA1PXwNqMIDrngf21L/3+q+0iKO+Bf5uWkJiL53dZMmA4uskO1wM4e aJzCYWroij7tvbwHJpLjzocbJhQqhc08/hE2+b9LbDuoitZN3xRX6zgLBkpcww5mIretAb zUnlEEIhJs8P6KFep+tlay0lNT2NkoSKPhE+gsk5lCNKoSpGADDcJz3Bwp+KHHZ0RAB4P7 6KllbLTBPMv/XypJNzsNIxZcKLedDv10U0aZqRxhMP6RTxUNIYoLC3P33K8etw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=673174feef7ccb67b72b4bbff3fac77ba9afe0f2 commit 673174feef7ccb67b72b4bbff3fac77ba9afe0f2 Author: Yuri Victorovich AuthorDate: 2021-12-07 17:15:56 +0000 Commit: Yuri Victorovich 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