Re: [PATCH 2/2] wwwdocs: Replace i686-mingw32 with {i686,x86_64}-w64-mingw32 in secondary platforms of GCC 17
Richard Biener <[email protected]>
| Newsgroups | gmane.comp.gcc.patches |
|---|---|
| Message-ID | <CAFiYyc2QmYEDqMD8FoS8wbrjXY-2ESp-HrHaYN6mkzfNHbiddQ@mail.gmail.com> |
On Wed, Aug 19, 2026 at 11:39 AM LIU Hao <[email protected]> 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 17 > > It'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. OK. Please give others 48h to object. Thanks, Richard. > > 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> > -- > 2.55.0 >