commit:     b71f0a787ca88c50bdfb85ba7ba5cc8c2de660bf
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 02:11:33 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed May 22 03:30:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71f0a78

Revert "app-emulation/wine-vanilla: add workaround for gcc14 ICE w/ mingw"

This reverts commit b23fe7660928f72b2146770ae145a5f57012ef7c.

Fixing in mingw64-toolchain instead, *could* keep the workaround
longer for those that didn't update but likely doesn't affect many.

Bug: https://bugs.gentoo.org/932319
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild | 3 ---
 app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild | 3 ---
 app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild   | 3 ---
 app-emulation/wine-vanilla/wine-vanilla-9.7.ebuild   | 3 ---
 app-emulation/wine-vanilla/wine-vanilla-9.8.ebuild   | 3 ---
 app-emulation/wine-vanilla/wine-vanilla-9.9.ebuild   | 3 ---
 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild  | 3 ---
 7 files changed, 21 deletions(-)

diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild
index fd28a6382911..262638ea8d31 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-7.0.2.ebuild
@@ -311,9 +311,6 @@ src_configure() {
                                # znver4: 
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110273
                                append-cflags -mno-avx #912268
 
-                               # gcc14 -fno-omit-frame-pointer ICE workaround 
(bug #932319)
-                               append-flags -fomit-frame-pointer
-
                                CC=${CROSSCC} test-flags-CC ${CFLAGS:--O2})}"
                        : "${CROSSLDFLAGS:=$(
                                filter-flags '-fuse-ld=*'

diff --git a/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild
index 5d8230171771..800c33d6ae95 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-8.0.2.ebuild
@@ -313,9 +313,6 @@ src_configure() {
                                # znver4: 
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110273
                                append-cflags -mno-avx #912268
 
-                               # gcc14 -fno-omit-frame-pointer ICE workaround 
(bug #932319)
-                               append-flags -fomit-frame-pointer
-
                                CC=${CROSSCC} test-flags-CC ${CFLAGS:--O2})}"
                        : "${CROSSLDFLAGS:=$(
                                filter-flags '-fuse-ld=*'

diff --git a/app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild
index 9b87ea0342a0..0c9ff2f4151d 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild
@@ -313,9 +313,6 @@ src_configure() {
                                # (primarily done for 23.0 profiles' -z, not 
full coverage)
                                filter-flags '-Wl,-z,*'
 
-                               # gcc14 -fno-omit-frame-pointer ICE workaround 
(bug #932319)
-                               append-flags -fomit-frame-pointer
-
                                CC=${mingwcc} test-flags-CC ${CFLAGS:--O2}
                        )}"
 

diff --git a/app-emulation/wine-vanilla/wine-vanilla-9.7.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-9.7.ebuild
index 90f930615642..868d1a000777 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9.7.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9.7.ebuild
@@ -313,9 +313,6 @@ src_configure() {
                                # (primarily done for 23.0 profiles' -z, not 
full coverage)
                                filter-flags '-Wl,-z,*'
 
-                               # gcc14 -fno-omit-frame-pointer ICE workaround 
(bug #932319)
-                               append-flags -fomit-frame-pointer
-
                                CC=${mingwcc} test-flags-CC ${CFLAGS:--O2}
                        )}"
 

diff --git a/app-emulation/wine-vanilla/wine-vanilla-9.8.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-9.8.ebuild
index 583feed94fe5..9b130d772adf 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9.8.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9.8.ebuild
@@ -314,9 +314,6 @@ src_configure() {
                                # (primarily done for 23.0 profiles' -z, not 
full coverage)
                                filter-flags '-Wl,-z,*'
 
-                               # gcc14 -fno-omit-frame-pointer ICE workaround 
(bug #932319)
-                               append-flags -fomit-frame-pointer
-
                                CC=${mingwcc} test-flags-CC ${CFLAGS:--O2}
                        )}"
 

diff --git a/app-emulation/wine-vanilla/wine-vanilla-9.9.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-9.9.ebuild
index 1fde6fe10c72..2685dfbc9d27 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9.9.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9.9.ebuild
@@ -313,9 +313,6 @@ src_configure() {
                                # (primarily done for 23.0 profiles' -z, not 
full coverage)
                                filter-flags '-Wl,-z,*'
 
-                               # gcc14 -fno-omit-frame-pointer ICE workaround 
(bug #932319)
-                               append-flags -fomit-frame-pointer
-
                                CC=${mingwcc} test-flags-CC ${CFLAGS:--O2}
                        )}"
 

diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
index 1fde6fe10c72..2685dfbc9d27 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
@@ -313,9 +313,6 @@ src_configure() {
                                # (primarily done for 23.0 profiles' -z, not 
full coverage)
                                filter-flags '-Wl,-z,*'
 
-                               # gcc14 -fno-omit-frame-pointer ICE workaround 
(bug #932319)
-                               append-flags -fomit-frame-pointer
-
                                CC=${mingwcc} test-flags-CC ${CFLAGS:--O2}
                        )}"
 

Reply via email to