On Tue, Jan 31, 2006 at 02:09:03AM -0800, Matt Zimmerman wrote:
> From: Matt Zimmerman <[EMAIL PROTECTED]>
> To: Thiemo Seufer <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> Date: Tue, 31 Jan 2006 02:09:03 -0800
> Subject: Re: Bug#350621: mipsel support for fdlibm.h
> 
> 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?

__mips is defined for both endiannesses.


Thiemo


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

Reply via email to