diff options
Diffstat (limited to 'gcc/config/i386/gnu.h')
-rw-r--r-- | gcc/config/i386/gnu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h index 11bca8c385f..0acc4f30dfd 100644 --- a/gcc/config/i386/gnu.h +++ b/gcc/config/i386/gnu.h @@ -10,8 +10,8 @@ #define TARGET_VERSION fprintf (stderr, " (i386 GNU)"); #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-D__ELF__ -DMACH -Asystem(mach) \ - -Dunix -Asystem(unix) -Asystem(posix) -D__GNU__ -Asystem(gnu)" +#define CPP_PREDEFINES "-D__ELF__ -DMACH -Asystem=mach \ + -Dunix -Asystem=unix -Asystem=posix -D__GNU__ -Asystem=gnu" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) \ |