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 3d7dc033363..6fdd50bd847 100644 --- a/gcc/config/i860/sysv3.h +++ b/gcc/config/i860/sysv3.h @@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Provide a set of pre-definitions and pre-assertions appropriate for the i860 running svr3. */ -#define CPP_PREDEFINES "-Di860 -Dunix -D__svr3__" +#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. */ |