From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E493E158013 for ; Fri, 8 Dec 2023 08:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8F9E2BC037; Fri, 8 Dec 2023 08:50:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8ACE02BC037 for ; Fri, 8 Dec 2023 08:50:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C057C33F9FD for ; Fri, 8 Dec 2023 08:50:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD7DE146A for ; Fri, 8 Dec 2023 08:50:27 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1702025335.bc10aebfbb825c56356f03251bca2ab46122b2df.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-staging/wine-staging-9999.ebuild X-VCS-Directories: app-emulation/wine-staging/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: bc10aebfbb825c56356f03251bca2ab46122b2df X-VCS-Branch: master Date: Fri, 8 Dec 2023 08:50:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1680f74-e00b-4b77-a82a-5e956c75f2f1 X-Archives-Hash: d83e80ecb559f117adece4ebb4b005e4 commit: bc10aebfbb825c56356f03251bca2ab46122b2df Author: Ionen Wolkens gentoo org> AuthorDate: Fri Dec 8 08:38:30 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Dec 8 08:48:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc10aebf app-emulation/wine-staging: tentatively drop -mno-avx in live Upstream passes -mpreferred-stack-boundary=2 for x86 by default now which should in theory resolve this. If no issues, will likely replace -mno-avx in other mingw-using packages like dxvk too (requires a x86-check, invalid for amd64). Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-staging/wine-staging-9999.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index bd1e1b1b87a8..412a337b3b2a 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -338,13 +338,6 @@ src_configure() { CROSSCFLAGS="${CROSSCFLAGS:-$( filter-flags '-fstack-protector*' #870136 filter-flags '-mfunction-return=thunk*' #878849 - - # -mavx with mingw-gcc has a history of obscure issues and - # disabling is seen as safer, e.g. `WINEARCH=win32 winecfg` - # crashes with -march=skylake >=wine-8.10, similar issues with - # znver4: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110273 - append-cflags -mno-avx #912268 - CC=${mingwcc} test-flags-CC ${CFLAGS:--O2} )}"