On 8/19/26 09:37, LIU Hao wrote:
From 1766d2e9b381e1f9e594de9f639cf8d2024d3a1a Mon Sep 17 00:00:00 2001
From: LIU Hao <[email protected]>
Date: Wed, 19 Aug 2026 17:26:41 +0800
Subject: [PATCH 1/2] Replace i686-pc-cygwin with x86_64-pc-cygwin in
secondary
platforms of GCC 17
32-bit Cygwin was declared end-of-life in 2022-11.
Signed-off-by: LIU Hao <[email protected]>
---
htdocs/gcc-17/criteria.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htdocs/gcc-17/criteria.html b/htdocs/gcc-17/criteria.html
index d06972720..086677a29 100644
--- a/htdocs/gcc-17/criteria.html
+++ b/htdocs/gcc-17/criteria.html
@@ -121,7 +121,7 @@ application testing.</p>
<ul>
<li>aarch64-elf</li>
<li>i686-apple-darwin</li>
-<li>i686-pc-cygwin</li>
+<li>x86_64-pc-cygwin</li>
<li>i686-mingw32</li>
<li>s390x-linux-gnu</li>
<li>mips64-linux-gnu</li>
LGTM.