diff options
Diffstat (limited to 'gcc/config/m68k/hp2bsd.h')
-rw-r--r-- | gcc/config/m68k/hp2bsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/hp2bsd.h b/gcc/config/m68k/hp2bsd.h index 9090923ae54..769dc28698d 100644 --- a/gcc/config/m68k/hp2bsd.h +++ b/gcc/config/m68k/hp2bsd.h @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dmc68000 -Dmc68010 -Dhp200 -Dunix -Asystem(unix) -Asystem(bsd) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-Dmc68000 -Dmc68010 -Dhp200 -Dunix -Asystem=unix -Asystem=bsd -Acpu=m68k -Amachine=m68k" /* Link with libg.a when debugging, for dbx's sake. */ |