mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user