diff options
author | 2024-05-21 22:11:07 -0400 | |
---|---|---|
committer | 2024-05-21 23:30:57 -0400 | |
commit | 3cd1ffe8b0e1fd84a98501ccca0a8ccefd40c307 (patch) | |
tree | 97d368f4f46db2142b8b4e1dfb6391b2ba2c28b0 /dev-util | |
parent | Revert "dev-util/mingw64-runtime: add workaround for gcc14 ICE w/ mingw" (diff) | |
download | gentoo-3cd1ffe8b0e1fd84a98501ccca0a8ccefd40c307.tar.gz gentoo-3cd1ffe8b0e1fd84a98501ccca0a8ccefd40c307.tar.bz2 gentoo-3cd1ffe8b0e1fd84a98501ccca0a8ccefd40c307.zip |
Revert "dev-util/mingw64-toolchain: add workaround for gcc14 ICE w/ mingw"
This reverts commit b6ca4f9dc1b3e4f9e947e547f9cab2730502de52.
A fix was found, so will patch gcc instead.
Bug: https://bugs.gentoo.org/932319
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/mingw64-toolchain/mingw64-toolchain-11.0.1.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.1.ebuild b/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.1.ebuild index adae7ba4e0d5..8f3671e17f67 100644 --- a/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.1.ebuild +++ b/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.1.ebuild @@ -237,9 +237,6 @@ src_compile() { # znver4: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110273 append-flags -mno-avx - # gcc14 -fno-omit-frame-pointer ICE workaround (bug #932319) - append-flags -fomit-frame-pointer - strip-unsupported-flags mwt-build "${@:2}" ) |