Re: [PATCH 1/2] wwwdocs: Replace i686-pc-cygwin with x86_64-pc-cygwin in secondary platforms of GCC 17
Richard Biener <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <CAFiYyc2_C_huN9FxSY8-rc2JwOtzgMa7P1OXmp1_LH9BV-e_sw@mail.gmail.com> |
On Wed, Aug 19, 2026 at 11:38 AM LIU Hao <[email protected]> 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. OK. Please give others 48h to object. Thanks, Richard. > 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> > -- > 2.55.0 >