(CPP_PREDEFINES): Use GNU_CPP_PREDEFINES macro.
authorRoland McGrath <roland@gcc.gnu.org>
Tue, 14 Feb 1995 00:37:09 +0000 (00:37 +0000)
committerRoland McGrath <roland@gcc.gnu.org>
Tue, 14 Feb 1995 00:37:09 +0000 (00:37 +0000)
From-SVN: r8947

gcc/config/i386/gnu.h

index 8858c2c..e10e26d 100644 (file)
@@ -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.  */