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