diff options
Diffstat (limited to 'gcc/config/mips/gnu.h')
-rw-r--r-- | gcc/config/mips/gnu.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/config/mips/gnu.h b/gcc/config/mips/gnu.h index 039e05cd820..bf48bc4dbca 100644 --- a/gcc/config/mips/gnu.h +++ b/gcc/config/mips/gnu.h @@ -94,8 +94,9 @@ Boston, MA 02111-1307, USA. */ #define MIPS_GNU #undef CPP_PREDEFINES -#define CPP_PREDEFINES GNU_CPP_PREDEFINES("mips") \ -"-DMIPSEB -DR3000 -D_MIPSEB -D_R3000 \ +#define CPP_PREDEFINES "-Dmips -Acpu(mips) -Amachine(mips) \ +-Dunix -Asystem(unix) -DMACH -Asystem(mach) -D__GNU__ -Asystem(gnu) \ +-DMIPSEB -DR3000 -D_MIPSEB -D_R3000 \ -D_MIPS_SZINT=32 -D_MIPS_SZLONG=32 -D_MIPS_SZPTR=32" #undef LINK_SPEC |