aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-12-18 13:28:40 -0800
committerJim Wilson <wilson@gcc.gnu.org>1994-12-18 13:28:40 -0800
commit6589083a69c0eceed19d4cc4c3b417b2703b5a07 (patch)
treeb67a430de23fda326c1480391c8891caa2601cdc /gcc
parent6aad19252d36d3a9c264126fbbc0237054fd422c (diff)
downloadgcc-6589083a69c0eceed19d4cc4c3b417b2703b5a07.zip
gcc-6589083a69c0eceed19d4cc4c3b417b2703b5a07.tar.gz
gcc-6589083a69c0eceed19d4cc4c3b417b2703b5a07.tar.bz2
(CPP_PREDEFINES): Change _MIPSEB to _MIPSEL.
From-SVN: r8663
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/dec-bsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/dec-bsd.h b/gcc/config/mips/dec-bsd.h
index 8fb46dd..5e205de 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