* Florian Weimer via Gcc-patches: > The intent was that this was implied by powerpc64-unknown-linux-gnu, > but this not very obvious because of the ELFv1 vs ELFv2 ABI > differences. > > --- > htdocs/gcc-10/criteria.html | 1 + > htdocs/gcc-11/criteria.html | 1 + > htdocs/gcc-9/criteria.html | 1 + > 3 files changed, 3 insertions(+) > > diff --git a/htdocs/gcc-10/criteria.html b/htdocs/gcc-10/criteria.html > index b870b829..10144710 100644 > --- a/htdocs/gcc-10/criteria.html > +++ b/htdocs/gcc-10/criteria.html > @@ -111,6 +111,7 @@ application testing.</p> > <li>i686-pc-linux-gnu</li> > <li>mipsisa64-elf</li> > <li>powerpc64-unknown-linux-gnu</li> > +<li>powerpc64le-unknown-linux-gnu</li> > <li>sparc-sun-solaris2.11</li> > <li>x86_64-pc-linux-gnu</li> > </ul> > diff --git a/htdocs/gcc-11/criteria.html b/htdocs/gcc-11/criteria.html > index cef92821..adf566e1 100644 > --- a/htdocs/gcc-11/criteria.html > +++ b/htdocs/gcc-11/criteria.html > @@ -111,6 +111,7 @@ application testing.</p> > <li>i686-pc-linux-gnu</li> > <li>mipsisa64-elf</li> > <li>powerpc64-unknown-linux-gnu</li> > +<li>powerpc64le-unknown-linux-gnu</li> > <li>sparc-sun-solaris2.11</li> > <li>x86_64-pc-linux-gnu</li> > </ul> > diff --git a/htdocs/gcc-9/criteria.html b/htdocs/gcc-9/criteria.html > index d434646c..f75bf990 100644 > --- a/htdocs/gcc-9/criteria.html > +++ b/htdocs/gcc-9/criteria.html > @@ -111,6 +111,7 @@ application testing.</p> > <li>i686-pc-linux-gnu</li> > <li>mipsisa64-elf</li> > <li>powerpc64-unknown-linux-gnu</li> > +<li>powerpc64le-unknown-linux-gnu</li> > <li>sparc-sun-solaris2.11</li> > <li>x86_64-pc-linux-gnu</li> > </ul>
Ping? Thanks, Florian