From nobody Tue Dec 07 09:08:26 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 6DCC218D5021; Tue, 7 Dec 2021 09:08:27 +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 4J7ZGM0r3Dz4RWk; Tue, 7 Dec 2021 09:08:27 +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 F28181CE66; Tue, 7 Dec 2021 09:08:26 +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 1B798QuY016144; Tue, 7 Dec 2021 09:08:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1B798QSO016143; Tue, 7 Dec 2021 09:08:26 GMT (envelope-from git) Date: Tue, 7 Dec 2021 09:08:26 GMT Message-Id: <202112070908.1B798QSO016143@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: 7b6d73be47f4 - main - math/cado-nfs: Fix build on i386 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: 7b6d73be47f49ffb343c0f607c42355b099ff876 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638868107; 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=BI1iJFpC83RlsCLqybwmqQ4vGMhYDU5ADGR3VxV6Ock=; b=ZQ6L0fsF578RNLolKn9uAUqJzB33/8XZWefaEle3onlO3cFOTjPyPNAnCsr3co/C3sBlUv s97y5+NS2gPjWUqlK2KmD+rWFpyOnNpLdwMzCUJh9s9WrQFYDHShYSd/0utLAJLOtGbN4I 4dWk27ran5sNFcLoFGz9mu0oq/YJLnnCQw7rmgiyN/c8OVYAppaV0Q8j/f0HbFgourGm8/ SO7t0/bGair1TsRSyJi6DqE0EB07afWlCc2ITFcFgrw0+Wk3U+dNlX9dRhVSZIvpQyX6N8 yhrFeBfLj8Dw4L2A5clsmc4Hz+0ufT1ouTVMaXqYHn6RUk49cNMR81i1Fk+NKA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638868107; a=rsa-sha256; cv=none; b=VEVZr6rBHHY28e4wGCqGP++dtD6ITlJI5/Fka6xgTyqOrMD1uScP5ly8K7Iqcteb8oewHU r8nX4HtjAjd7beiN+1qmGsbZ+7kXZNqx/O4RbvuxGfIDQ+qf+MdJVMvLravVO8jLnqJJYA IJuaVy3cyqjnD3OW5LeNSR7YXfPm4tDS5B8dWWgHrgqE6Wvg4cZL6AwALRyYMjD16iKxof xLQCJt58SPfdSsOi1LcGU/FVJpZBulFxLk+mMi9bR5+clkoMlOhMLNcwxbQCAMpaM8Juxp SrTBj6/5pndRbOYv2GXRCw/2um+pQBNo5URSe2wye89ELjo0BJImuAQ2SNSLhg== 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=7b6d73be47f49ffb343c0f607c42355b099ff876 commit 7b6d73be47f49ffb343c0f607c42355b099ff876 Author: Yuri Victorovich AuthorDate: 2021-12-07 09:08:00 +0000 Commit: Yuri Victorovich CommitDate: 2021-12-07 09:08:00 +0000 math/cado-nfs: Fix build on i386 Reported by: fallout --- math/cado-nfs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/math/cado-nfs/Makefile b/math/cado-nfs/Makefile index 56e6d775224f..f4b2642a1811 100644 --- a/math/cado-nfs/Makefile +++ b/math/cado-nfs/Makefile @@ -40,4 +40,8 @@ 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