diff options
Diffstat (limited to 'gcc/config/i860/sysv3.h')
-rw-r--r-- | gcc/config/i860/sysv3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i860/sysv3.h b/gcc/config/i860/sysv3.h index c07db217047..e4255d41e09 100644 --- a/gcc/config/i860/sysv3.h +++ b/gcc/config/i860/sysv3.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ /* Provide a set of pre-definitions and pre-assertions appropriate for the i860 running svr3. */ -#define CPP_PREDEFINES "-Di860 -Dunix -D__svr3__ -Asystem(unix) -Asystem(svr3) -Acpu(i860) -Amachine(i860)" +#define CPP_PREDEFINES "-Di860 -Dunix -D__svr3__ -Asystem=unix -Asystem=svr3 -Acpu=i860 -Amachine=i860" /* Use crt1.o as a startup file and crtn.o as a closing file. */ |