(STANDARD_INCLUDE_DIR): Renamed from SYSTEM_INCLUDE_DIR.
authorRichard Stallman <rms@gnu.org>
Mon, 31 May 1993 22:20:48 +0000 (22:20 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 31 May 1993 22:20:48 +0000 (22:20 +0000)
From-SVN: r4612

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

index 7fae49eaf3215fe2a9d4f3357914825d1fa5b981..9df58aeee4c0a85ce91b21c83abc3f0c829c7b18 100644 (file)
@@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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"
+#define STANDARD_INCLUDE_DIR "/bsd43/usr/include"
 
 #define CPP_SPEC "\
 %{.cc: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
index d94cccf714cc7330c9a73484bd52a76918c9f115..114a84ee19da0dfdde7a85f43edbeb19ec61ef6e 100644 (file)
@@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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"
+#define STANDARD_INCLUDE_DIR "/sysv/usr/include"
 
 #define CPP_SPEC "\
 %{.cc: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
index fd4802daa59210033842c76b0b47c3e01c26bd45..bbf7cd08d49412566326892635f7eb4474a75006 100644 (file)
@@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #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"
+#define STANDARD_INCLUDE_DIR "/svr4/usr/include"
 
 #define CPP_SPEC "\
 %{.cc: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \