diff options
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-8.9.ebuild')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-8.9.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.9.ebuild b/app-emulation/wine-vanilla/wine-vanilla-8.9.ebuild index a513b26e07bb..8286b85d538e 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-8.9.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-8.9.ebuild @@ -275,6 +275,11 @@ src_configure() { append-cflags '-fno-strict-aliasing' 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 CC=${CROSSCC} test-flags-CC ${CFLAGS:--O2})}" : "${CROSSLDFLAGS:=$( filter-flags '-fuse-ld=*' |