diff options
Diffstat (limited to 'gcc/config/m68k/crds.h')
-rw-r--r-- | gcc/config/m68k/crds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/crds.h b/gcc/config/m68k/crds.h index 7f2e0384e2f..1fcc729713c 100644 --- a/gcc/config/m68k/crds.h +++ b/gcc/config/m68k/crds.h @@ -102,7 +102,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dmc68k -DM68000 -Dmc68000 -Dunos -Dunix -D__motorola__ -Asystem(unix) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68k -DM68000 -Dmc68000 -Dunos -Dunix -D__motorola__ -Asystem=unix -Acpu=m68k -Amachine=m68k" /* Register in which address to store a structure value is passed to a function. */ |