toolchain.eclass: run fixincludes for all mingw targets

Same as 3fa625c596.

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@gentoo.org>
This commit is contained in:
Sam James
2025-01-02 23:33:43 +00:00
parent 3fa625c596
commit 57c187b2d7

View File

@@ -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
;;