From 65c42379347dc106a14c325e65ebfd604f47ef56 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sat, 2 Oct 1993 08:55:06 +0000 Subject: (CPP_PREDEFINES): Add system/cpu/machine assertions where missing. From-SVN: r5557 --- gcc/config/elxsi/elxsi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/elxsi') diff --git a/gcc/config/elxsi/elxsi.h b/gcc/config/elxsi/elxsi.h index c09e2c0..7589c46 100644 --- a/gcc/config/elxsi/elxsi.h +++ b/gcc/config/elxsi/elxsi.h @@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Delxsi -Dunix" +#define CPP_PREDEFINES "-Delxsi -Dunix -Asystem(unix) -Acpu(elxsi) -Amachine(elxsi)" /* Print subsidiary information on the compiler version in use. */ -- cgit v1.1