summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpefo <pefo@openbsd.org>1996-07-27 11:24:37 +0000
committerpefo <pefo@openbsd.org>1996-07-27 11:24:37 +0000
commit6c596bc7dfacfbca4a4c4206f5028b38845bc4d3 (patch)
treefc4e01b7b58e2fe727e74ba501b8b078592fead5
parentjtk; One more fix as pointed out by enami tsugutomo <enami@ba2.so-net.or.jp>: (diff)
downloadwireguard-openbsd-6c596bc7dfacfbca4a4c4206f5028b38845bc4d3.tar.xz
wireguard-openbsd-6c596bc7dfacfbca4a4c4206f5028b38845bc4d3.zip
oops MIPSEB was MIPSEL...
-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)"