diff options
Diffstat (limited to 'gcc/config/m68k/openbsd.h')
-rw-r--r-- | gcc/config/m68k/openbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/openbsd.h b/gcc/config/m68k/openbsd.h index fe3dabdbde2..ac3b6882c11 100644 --- a/gcc/config/m68k/openbsd.h +++ b/gcc/config/m68k/openbsd.h @@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_SPEC "%{!msoft-float:-D__HAVE_68881__ -D__HAVE_FPU__} %{posix:-D_POSIX_SOURCE} %{pthread:-D_POSIX_THREADS}" /* Run-time target specifications. */ -#define CPP_PREDEFINES "-D__unix__ -D__m68k__ -D__mc68000__ -D__mc68020__ -D__OpenBSD__ -Asystem(unix) -Asystem(OpenBSD) -Acpu(m68k) -Amachine(m68k)" +#define CPP_PREDEFINES "-D__unix__ -D__m68k__ -D__mc68000__ -D__mc68020__ -D__OpenBSD__ -Asystem=unix -Asystem=OpenBSD -Acpu=m68k -Amachine=m68k" /* m68k as needs to know about the processor subtype. */ #undef ASM_SPEC |