aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-06-04 04:59:56 +0000
committerRichard Stallman <rms@gnu.org>1993-06-04 04:59:56 +0000
commit71cdef7e2ef1f0934855d6102be21992c7194095 (patch)
tree52cc7c18b6e846979814a76f3773174fd593f63d /gcc
parent75b9f1b62988292c95e52366cad244c363da1e44 (diff)
downloadgcc-71cdef7e2ef1f0934855d6102be21992c7194095.zip
gcc-71cdef7e2ef1f0934855d6102be21992c7194095.tar.gz
gcc-71cdef7e2ef1f0934855d6102be21992c7194095.tar.bz2
(CPP_PREDEFINES): Add _MIPS_SZINT _MIPS_SZLONG _MIPS_SZPTR.
From-SVN: r4629
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/svr4-5.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/config/mips/svr4-5.h b/gcc/config/mips/svr4-5.h
index c233a3b..8de8fb7 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"