Subject: Re: mips64eb's GNU_ARCH
To: Masao Uebayashi <uebayasi@gmail.com>
From: Nathan J. Williams <nathanw@MIT.EDU>
List: port-mips
Date: 11/13/2007 09:30:50
"Masao Uebayashi" <uebayasi@gmail.com> writes:

> Why mips64eb's GNU_ARCH is mips64, while that of mipseb is mipseb?

The world seems to have settled on big-endian as a default for mips64,
and LE is the exception; the GNU arch names reflect that. It's a lot
easier for us if we go along with that, even though it's inconsistent
with our convention for 32-bit MIPS. Trying to get the world to cope
with the "mips64eb" string isn't worth the trouble.

	- Nathan