(CPP_PREDEFINES): Add _MIPSEB.
authorJim Wilson <wilson@gcc.gnu.org>
Sun, 6 Feb 1994 20:52:32 +0000 (12:52 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Sun, 6 Feb 1994 20:52:32 +0000 (12:52 -0800)
From-SVN: r6488

gcc/config/mips/iris5.h

index 02bfe6afc0622e64e745b5cb1db946be3855beb8..d6482fa75111d73b11d5de8cfc5bacfae7857d22 100644 (file)
@@ -40,7 +40,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES \
- "-Dunix -Dmips -Dsgi -Dhost_mips -DMIPSEB -DSYSTYPE_SVR4 \
+ "-Dunix -Dmips -Dsgi -Dhost_mips -DMIPSEB -D_MIPSEB -DSYSTYPE_SVR4 \
   -D_SVR4_SOURCE -D_MODERN_C -D__DSO__ \
   -D_MIPS_SIM=_MIPS_SIM_ABI32 -D_MIPS_SZPTR=32 \
   -Asystem(unix) -Asystem(svr4) -Acpu(mips) -Amachine(sgi)"