diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-12-08 03:38:30 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-12-08 03:48:55 -0500 |
commit | bc10aebfbb825c56356f03251bca2ab46122b2df (patch) | |
tree | 4e3760ee88436d37ecc4a900a9585e5a1e9540e6 /app-emulation | |
parent | app-emulation/wine-vanilla: tentatively drop -mno-avx in live (diff) | |
download | gentoo-bc10aebfbb825c56356f03251bca2ab46122b2df.tar.gz gentoo-bc10aebfbb825c56356f03251bca2ab46122b2df.tar.bz2 gentoo-bc10aebfbb825c56356f03251bca2ab46122b2df.zip |
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 <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 7 |
1 files changed, 0 insertions, 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} )}" |