From e41409e9c4ccf0cd1b45b81f9d2370d13326cfc2 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Jun 2023 13:32:27 +0100 Subject: gentoo auto-resync : 26:06:2023 - 13:32:27 --- app-emulation/wine-proton/wine-proton-8.0.9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app-emulation/wine-proton/wine-proton-8.0.9999.ebuild') diff --git a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild index b294ba4b95e7..e5ff1bbe7cce 100644 --- a/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-8.0.9999.ebuild @@ -261,6 +261,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=*' -- cgit v1.2.3