From: Jim Wilson Date: Sun, 18 Dec 1994 21:28:40 +0000 (-0800) Subject: (CPP_PREDEFINES): Change _MIPSEB to _MIPSEL. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6589083a69c0eceed19d4cc4c3b417b2703b5a07;p=gcc.git (CPP_PREDEFINES): Change _MIPSEB to _MIPSEL. From-SVN: r8663 --- diff --git a/gcc/config/mips/dec-bsd.h b/gcc/config/mips/dec-bsd.h index 8fb46ddfc45..5e205def461 100644 --- a/gcc/config/mips/dec-bsd.h +++ b/gcc/config/mips/dec-bsd.h @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef CPP_PREDEFINES #define CPP_PREDEFINES "-D__ANSI_COMPAT \ -DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -Dbsd4_4 -Dhost_mips -Dmips \ --Dunix -D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 \ +-Dunix -D_mips -D_unix -D_host_mips -D_MIPSEL -D_R3000 \ -Asystem(unix) -Asystem(bsd) -Amachine(mips)" #endif