OSDN Git Service

(CPP_PREDEFINES): Use GNU_CPP_PREDEFINES macro.
authorroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Feb 1995 00:37:09 +0000 (00:37 +0000)
committerroland <roland@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Feb 1995 00:37:09 +0000 (00:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8947 138bc75d-0d04-0410-961f-82ee72b054a4

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.  */