(CPP_PREDEFINES): Add single-underscore variants of all the predefined symbols.
authorRichard Stallman <rms@gnu.org>
Sun, 8 Nov 1992 02:30:40 +0000 (02:30 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 8 Nov 1992 02:30:40 +0000 (02:30 +0000)
From-SVN: r2715

gcc/config/mips/bsd-5.h
gcc/config/mips/svr3-5.h
gcc/config/mips/svr4-5.h

index 3e7e2a6bb2421ab169327e187a7d88918120560b..e454a4f42e0224303cc80aa18e193ffa3fc5e725 100644 (file)
@@ -19,7 +19,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define MIPS_BSD43
 
-#define CPP_PREDEFINES "-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_BSD43"
+#define CPP_PREDEFINES "-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_BSD43 \
+-D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_BSD43"
 
 #define SYSTEM_INCLUDE_DIR "/bsd43/usr/include"
 
index 0a8776274b273041079fd6417566859cbd933cc0..d9af8c4a07e46817736db037a56ae217ecbb25e8 100644 (file)
@@ -19,7 +19,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define MIPS_SYSV
 
-#define CPP_PREDEFINES "-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_SYSV"
+#define CPP_PREDEFINES "-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_SYSV \
+-D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_SYSV"
 
 #define SYSTEM_INCLUDE_DIR "/sysv/usr/include"
 
index 0574248580c673ad03e956e9cf7e370432f0e0a4..2e58e7197c9029e10dcc392ee8af9c1010b69feb 100644 (file)
@@ -19,7 +19,8 @@ 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"
+#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 SYSTEM_INCLUDE_DIR "/svr4/usr/include"