diff options
Diffstat (limited to 'gcc/config/pyr/pyr.h')
-rw-r--r-- | gcc/config/pyr/pyr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pyr/pyr.h b/gcc/config/pyr/pyr.h index cce7d65d1b4..78f0705907b 100644 --- a/gcc/config/pyr/pyr.h +++ b/gcc/config/pyr/pyr.h @@ -41,7 +41,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 "-Dpyr -Dunix" +#define CPP_PREDEFINES "-Dpyr -Dunix -Asystem(unix) -Acpu(pyr) -Amachine(pyr)" /* Print subsidiary information on the compiler version in use. */ |