summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1996-07-27 11:24:38 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1996-07-27 11:24:38 +0000
commitf5ecfa63afb83a67bdeae5d9c35636e0bff80ef3 (patch)
treedcbcbfa6e6e57142191655ad6805f06a3775b6cd /gnu
parent726baa12ea627adc7e190f1074181ef74e51a4db (diff)
oops MIPSEB was MIPSEL...
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gcc/config/mips/openbsd-be.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc/config/mips/openbsd-be.h b/gnu/usr.bin/gcc/config/mips/openbsd-be.h
index 46ff2eb614e..b1d900d0696 100644
--- a/gnu/usr.bin/gcc/config/mips/openbsd-be.h
+++ b/gnu/usr.bin/gcc/config/mips/openbsd-be.h
@@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA. */
/* Define mips-specific OpenBSD predefines... */
#ifndef CPP_PREDEFINES
#define CPP_PREDEFINES "-D__ANSI_COMPAT \
--DMIPSEL -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__OpenBSD__ -D__NetBSD__ -Dmips \
+-DMIPSEB -DR3000 -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__OpenBSD__ -D__NetBSD__ -Dmips \
-D__NO_LEADING_UNDERSCORES__ -D__GP_SUPPORT__ \
-Dunix -D_R3000 \
-Asystem(unix) -Asystem(OpenBSD) -Amachine(mips)"