diff options
Diffstat (limited to 'gcc/config/a29k/a29k.h')
-rw-r--r-- | gcc/config/a29k/a29k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/a29k/a29k.h b/gcc/config/a29k/a29k.h index 3a2d58e1d33..d7b600054c3 100644 --- a/gcc/config/a29k/a29k.h +++ b/gcc/config/a29k/a29k.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 "-D_AM29K -D_AM29000 -D_EPI" +#define CPP_PREDEFINES "-D_AM29K -D_AM29000 -D_EPI -Acpu(a29k) -Amachine(a29k)" /* Print subsidiary information on the compiler version in use. */ #define TARGET_VERSION |