(CPP_PREDEFINES): Change _MIPSEB to _MIPSEL.

From-SVN: r8663
This commit is contained in:
Jim Wilson 1994-12-18 13:28:40 -08:00
parent 6aad19252d
commit 6589083a69

View File

@ -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