summaryrefslogtreecommitdiff
path: root/gcc/config/mips/openbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mips/openbsd.h')
-rw-r--r--gcc/config/mips/openbsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/openbsd.h b/gcc/config/mips/openbsd.h
index a40a7f9f62e..3440b423123 100644
--- a/gcc/config/mips/openbsd.h
+++ b/gcc/config/mips/openbsd.h
@@ -57,11 +57,11 @@ Boston, MA 02111-1307, USA. */
#if TARGET_ENDIAN_DEFAULT != 0
#define CPP_PREDEFINES "-D__SYSTYPE_BSD__ -D__NO_LEADING_UNDERSCORES__ \
-D__GP_SUPPORT__ -D__MIPSEB__ -D__unix__ -D__OpenBSD__ -D__mips__ \
--Asystem(unix) -Asystem(OpenBSD) -Acpu(mips) -Amachine(mips) -Aendian(big)"
+-Asystem=unix -Asystem=OpenBSD -Acpu=mips -Amachine=mips -Aendian=big"
#else
#define CPP_PREDEFINES "-D__SYSTYPE_BSD__ -D__NO_LEADING_UNDERSCORES__ \
-D__GP_SUPPORT__ -D__MIPSEL__ -D__unix__ -D__OpenBSD__ -D__mips__ \
--Asystem(unix) -Asystem(OpenBSD) -Acpu(mips) -Amachine(mips) -Aendian(little)"
+-Asystem=unix -Asystem=OpenBSD -Acpu=mips -Amachine=mips -Aendian=little"
#endif
/* Layout of source language data types. */