diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-12-08 02:36:58 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-12-08 03:48:54 -0500 |
commit | 2f246098219709c1ddab02c6cac4bb273d8740b1 (patch) | |
tree | 6613aa74df88523b70a7a9f48eeb2d1533cdafec /app-emulation/wine-vanilla | |
parent | sys-devel/gdb: Stabilize 13.2-r2 hppa, #916833 (diff) | |
download | gentoo-2f246098219709c1ddab02c6cac4bb273d8740b1.tar.gz gentoo-2f246098219709c1ddab02c6cac4bb273d8740b1.tar.bz2 gentoo-2f246098219709c1ddab02c6cac4bb273d8740b1.zip |
app-emulation/wine-vanilla: 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 <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index fd8f2e5d9eba..47f6052f5882 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -298,13 +298,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} )}" |