On Sat, Mar 25, 2006 at 02:58:11PM +0000, Martin Michlmayr wrote: > * Martin Michlmayr <[EMAIL PROTECTED]> [2006-03-25 14:43]: > > +#if _MIPS_SIM == _NABI32 > > This should be _ABIN32 > > > Thiemo, any idea why the kernel uses _MIPS_SIM_NABI32 while GCC uses > _NABI32?
The former is the (obsolete) backward compatibility define in include/asm-mips/sgidefs.h, the latter is the compiler's predefined macro. Thiemo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]