Subject: Re: IMPORTANT: MACHINE_ARCH WRONG ON MIPS PLATFORMS
To: None <soda@sra.co.jp, tv@pobox.com>
From: Noriyuki Soda <soda@sra.co.jp>
List: tech-toolchain
Date: 07/24/1998 02:49:31
> : But, ${MACHINE_ARCH} should be remained as "mips", because it is
> : used to determine source directory in Makefile, and the source
> : directory (i.e. XXX/arch/mips) should be shared between "mipsle" and
> : "mipsbe".
> 
> This is easy enough to fix in the affected Makefiles, actually.

Do you mean that ${MACHINE_ARCH} should be changed to "mipseb"/"mipsle",
but directory names should be remained as "XXX/arch/mips", right ?

> : BTW, powerpc is also bi-endian architecture. What do they do ?
> 
> IIRC, all the NetBSD powerpc architectures are big-endian.

It doesn't mean that future NetBSD release does support little-endian
powerpc.
If mips should be changed, powerpc should be changed, too.
There are no official release of powerpc NetBSD, so it is relatively
easier than mips.
--
soda