From 6589083a69c0eceed19d4cc4c3b417b2703b5a07 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Sun, 18 Dec 1994 13:28:40 -0800 Subject: [PATCH] (CPP_PREDEFINES): Change _MIPSEB to _MIPSEL. From-SVN: r8663 --- gcc/config/mips/dec-bsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2