Christian Weisgerber <[email protected]> wrote:

> On 2019-10-17, Brad Smith <[email protected]> wrote:
> 
> > -    <li>The octeon platform is now using
> > +    <li>The mips64 architecture is now using
> >        <a href="https://man.openbsd.org/clang-local.1";>clang(1)</a>
> >        as the base system compiler.
> 
> This is wrong; sgi still uses gcc.  No release has been built for
> sgi, but it wasn't removed from the tree, so I guess it isn't quite
> dead and buried yet.

Yes, in fact the decision about which arch have gcc or clang is
done per-machine, not per-architecture:

CLANG_ARCH=aarch64 amd64 arm i386 mips64 mips64el powerpc sparc64
GCC4_ARCH=alpha hppa mips64el powerpc sh sparc64
GCC3_ARCH=m88k
LLD_ARCH=aarch64 amd64 arm i386

So the original diff is wrong.

Reply via email to