From: Richard Stallman Date: Fri, 4 Jun 1993 04:59:56 +0000 (+0000) Subject: (CPP_PREDEFINES): Add _MIPS_SZINT _MIPS_SZLONG _MIPS_SZPTR. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71cdef7e2ef1f0934855d6102be21992c7194095;p=gcc.git (CPP_PREDEFINES): Add _MIPS_SZINT _MIPS_SZLONG _MIPS_SZPTR. From-SVN: r4629 --- diff --git a/gcc/config/mips/svr4-5.h b/gcc/config/mips/svr4-5.h index c233a3bca1b..8de8fb78df7 100644 --- a/gcc/config/mips/svr4-5.h +++ b/gcc/config/mips/svr4-5.h @@ -19,8 +19,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define MIPS_SVR4 -#define CPP_PREDEFINES "-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_SVR4 \ --D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_SVR4" +#define CPP_PREDEFINES \ +"-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_SVR4 \ +-D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_SVR4 \ +-D_MIPS_SZINT=32 -D_MIPS_SZLONG=32 -D_MIPS_SZPTR=32" #define STANDARD_INCLUDE_DIR "/svr4/usr/include"