Subject: Re: selecting ARM endianness [was: CVS commit: syssrc]
To: Simon Burge <simonb@wasabisystems.com>
From: None <itojun@iijlab.net>
List: source-changes
Date: 02/19/2001 13:06:39
>> Re-introduce <arm/endian_machdep.h>, this time using GCC's idea of the target
>> endianness.
>
>Is this a totally safe way to do things?  For the MIPS ports, each
>port's endianness is specified in the appropriate endian_machdep.h.
>Just wondering...

	we did it for evbsh3/include/endian_machdep.h, however I don't really
	feel it safe enough.  the symbol definition can change easily if
	we use different cpp (or cc -E).

itojun