On Mon, Jan 30, 2006 at 07:41:33PM +0000, Thiemo Seufer wrote:
> On Mon, Jan 30, 2006 at 07:02:31PM +0000, Ian Jackson wrote:
> > -#if defined(linux) && (defined(__i386__) || defined(__x86_64__) || 
> > defined(__ia64))
> > +#if defined(linux) && (defined(__i386__) || defined(__x86_64__) || 
> > defined(__ia64) || defined(__MIPSEL))
> >  #define __LITTLE_ENDIAN
> >  #endif
> 
> This should probably be
> 
>   ... || (defined(__mips) && defined(__MIPSEL__)))

Isn't mips big-endian?

-- 
 - mdz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to