On 8/19/26 09:38, LIU Hao wrote:
From fe03a766c4f0c52ba6cb5b11ae38ce0a73125189 Mon Sep 17 00:00:00 2001 From: LIU Hao <[email protected]> Date: Wed, 19 Aug 2026 17:32:05 +0800 Subject: [PATCH 2/2] Replace i686-mingw32 with {i686,x86_64}-w64-mingw32 in secondary platforms of GCC 17It's unclear what i686-mingw32 indicates. {i686,x86_64}-w64-mingw32 are now secondary platforms, and the old i686-pc-mingw32 is demoted to a tertiary platform. Signed-off-by: LIU Hao <[email protected]> --- htdocs/gcc-17/criteria.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/gcc-17/criteria.html b/htdocs/gcc-17/criteria.html index 086677a29..d2e16fcb1 100644 --- a/htdocs/gcc-17/criteria.html +++ b/htdocs/gcc-17/criteria.html @@ -122,7 +122,8 @@ application testing.</p> <li>aarch64-elf</li> <li>i686-apple-darwin</li> <li>x86_64-pc-cygwin</li> -<li>i686-mingw32</li> +<li>i686-w64-mingw32</li> +<li>x86_64-w64-mingw32</li> <li>s390x-linux-gnu</li> <li>mips64-linux-gnu</li> </ul>
LGTM.
