summaryrefslogtreecommitdiff
path: root/gcc/config/i386/gnu.h
diff options
context:
space:
mode:
authorroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-14 00:37:09 +0000
committerroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-14 00:37:09 +0000
commit57363fde80dd453a327c534abd5f12286e79646a (patch)
tree28aee6aed4561bf1b89b98740403d3029e8bb2b0 /gcc/config/i386/gnu.h
parent8e5cc5363b7839bc8b37ecc88fff4e05860890a4 (diff)
downloadgcc-57363fde80dd453a327c534abd5f12286e79646a.tar.gz
(CPP_PREDEFINES): Use GNU_CPP_PREDEFINES macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8947 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/gnu.h')
-rw-r--r--gcc/config/i386/gnu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h
index 8858c2c77d6..e10e26d864d 100644
--- a/gcc/config/i386/gnu.h
+++ b/gcc/config/i386/gnu.h
@@ -10,7 +10,7 @@
#include "i386/perform.h"
#undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-Dunix -Di386 -DMACH -Asystem(unix) -Asystem(mach) -Acpu(i386) -Amachine(i386) -D__GNU__ -D__HURD__ -Asystem(gnu)"
+#define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386")
/* Don't default to pcc-struct-return, because gcc is the only compiler, and
we want to retain compatibility with older gcc versions. */