diff options
Diffstat (limited to 'gcc/config/sparc/openbsd.h')
-rw-r--r-- | gcc/config/sparc/openbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/openbsd.h b/gcc/config/sparc/openbsd.h index 19ece975e99..c5dc4431726 100644 --- a/gcc/config/sparc/openbsd.h +++ b/gcc/config/sparc/openbsd.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ #include <openbsd.h> /* Run-time target specifications. */ -#define CPP_PREDEFINES "-D__unix__ -D__sparc__ -D__OpenBSD__ -Asystem(unix) -Asystem(OpenBSD) -Acpu(sparc) -Amachine(sparc)" +#define CPP_PREDEFINES "-D__unix__ -D__sparc__ -D__OpenBSD__ -Asystem=unix -Asystem=OpenBSD -Acpu=sparc -Amachine=sparc" /* Layout of source language data types */ |