diff options
Diffstat (limited to 'gcc/config/i386/mach.h')
-rw-r--r-- | gcc/config/i386/mach.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/mach.h b/gcc/config/i386/mach.h index f0ede49c2ab..2ec9f295841 100644 --- a/gcc/config/i386/mach.h +++ b/gcc/config/i386/mach.h @@ -10,7 +10,7 @@ #include "i386/perform.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dunix -DMACH -Asystem(unix) -Asystem(mach)" +#define CPP_PREDEFINES "-Dunix -DMACH -Asystem=unix -Asystem=mach" /* Specify extra dir to search for include files. */ #define SYSTEM_INCLUDE_DIR "/usr/mach/include" |