commit: 57c187b2d74e2ac5a1a1dde590ba78f73d91f591 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 2 23:33:43 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 2 23:33:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57c187b2
toolchain.eclass: run fixincludes for all mingw targets Same as 3fa625c5967246ee3ffd59393b26379af4c91e8c. x86_64-w64-mingw64 needs it too. Bug: https://bugs.gentoo.org/925204 Bug: https://bugs.gentoo.org/946397 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 244de97076e4..6dc139bd1a02 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1804,7 +1804,7 @@ toolchain_src_configure() { fi case ${CBUILD}-${CHOST}-${CTARGET} in - *i686-w64-mingw32*|*x86_64-w64-mingw32*|*x86_64-w32-mingw32*) + *-w*-mingw*) # config/i386/t-cygming requires fixincludes (bug #925204) GCC_RUN_FIXINCLUDES=1 ;;
