diff options
author | Roland McGrath <roland@gcc.gnu.org> | 1995-02-14 00:37:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gcc.gnu.org> | 1995-02-14 00:37:09 +0000 |
commit | b0e806fd0d948fdae881ebbeddcd311152891cfd (patch) | |
tree | 28aee6aed4561bf1b89b98740403d3029e8bb2b0 /gcc | |
parent | 5fd507a94293a1d48bae0114a92183a17fe3008b (diff) | |
download | gcc-b0e806fd0d948fdae881ebbeddcd311152891cfd.zip gcc-b0e806fd0d948fdae881ebbeddcd311152891cfd.tar.gz gcc-b0e806fd0d948fdae881ebbeddcd311152891cfd.tar.bz2 |
(CPP_PREDEFINES): Use GNU_CPP_PREDEFINES macro.
From-SVN: r8947
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/gnu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index 8858c2c..e10e26d 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. */ |