diff options
author | 1996-07-27 11:24:37 +0000 | |
---|---|---|
committer | 1996-07-27 11:24:37 +0000 | |
commit | 6c596bc7dfacfbca4a4c4206f5028b38845bc4d3 (patch) | |
tree | fc4e01b7b58e2fe727e74ba501b8b078592fead5 | |
parent | jtk; One more fix as pointed out by enami tsugutomo <enami@ba2.so-net.or.jp>: (diff) | |
download | wireguard-openbsd-6c596bc7dfacfbca4a4c4206f5028b38845bc4d3.tar.xz wireguard-openbsd-6c596bc7dfacfbca4a4c4206f5028b38845bc4d3.zip |
oops MIPSEB was MIPSEL...
-rw-r--r-- | gnu/usr.bin/gcc/config/mips/openbsd-be.h | 2 |
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)" |