commit:     4fe7601af58e6c757ceaeb4e41fc3328dd7691d8
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 17:08:29 2026 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 17:11:22 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe7601a

dev-util/mingw64-toolchain: pass --disable-werror for binutils

Technically should be off-by-default when using release versions,
but add it to be sure or if we ever need to use snapshots as it'd
be easy to forget.

Thanks-to: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-util/mingw64-toolchain/mingw64-toolchain-13.0.0_p1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-13.0.0_p1.ebuild 
b/dev-util/mingw64-toolchain/mingw64-toolchain-13.0.0_p1.ebuild
index 06c646a9038b..a0f8ea996cfe 100644
--- a/dev-util/mingw64-toolchain/mingw64-toolchain-13.0.0_p1.ebuild
+++ b/dev-util/mingw64-toolchain/mingw64-toolchain-13.0.0_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2025 Gentoo Authors
+# Copyright 2022-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -117,6 +117,7 @@ src_compile() {
                --disable-default-execstack
                --disable-nls
                --disable-shared
+               --disable-werror
                --with-system-zlib
                --without-debuginfod
                --without-msgpack

Reply via email to