]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Sat, 21 Mar 1992 16:36:58 +0000 (16:36 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Sat, 21 Mar 1992 16:36:58 +0000 (16:36 +0000)
From-SVN: r544

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

index 55dbd20e662887ca89a59b220fec74fa63a9a9b2..27acac4d5386896befde50168d5e92841b8bad6b 100644 (file)
@@ -19,15 +19,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define MIPS_BSD43
 
-#define CPP_PREDEFINES "-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000"
+#define CPP_PREDEFINES "-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_BSD43"
+
+#define SYSTEM_INCLUDE_DIR "/bsd43/usr/include"
 
 #define CPP_SPEC "\
-%{!ansi:       %{!ZSYSV: -DSYSTYPE_BSD43} \
-               %{ZSYSV:  -DSYSTYPE_SYSV}} \
-%{!ZSYSV: -D__SYSTYPE_BSD43__} \
-%{ZSYSV:  -D__SYSTYPE_SYSV__} \
-%{!nostdinc:   %{!ZSYSV: -I/bsd43/usr/include} \
-               %{ZSYSV:  -I/sysv/usr/include}} \
 %{.cc: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
 %{.cxx:        -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
 %{.C:  -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
@@ -41,8 +37,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
        %{EB} %{!EB: -EB} \
        %{EL: %e-EL not supported} \
        %{bestGnum} \
-       %{!ZSYSV: -systype /bsd43/} \
-       %{ZSYSV:  -systype /sysv/}}"
+       %{mips1} %{mips2} %{mips3} \
+       -systype /bsd43/ }"
                    
 #define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc"
 
index 6ffefffe5581e3dbbf71b249bf20e2d3d889a28b..9bc6fabcf6092aa90e64fbb21470c8620681484f 100644 (file)
@@ -19,17 +19,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define MIPS_SYSV
 
-#define CPP_PREDEFINES "-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000"
+#define CPP_PREDEFINES "-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_SYSV"
 
-#define MD_STARTFILE_PREFIX "/usr/lib/cmplrs/cc"
+#define SYSTEM_INCLUDE_DIR "/sysv/usr/include"
 
 #define CPP_SPEC "\
-%{!ansi: %{!ZBSD43: -DSYSTYPE_SYSV} \
-        %{ZBSD43:  -DSYSTYPE_BSD43}} \
-%{!ZBSD43: -D__SYSTYPE_SYSV__} \
-%{ZBSD43:  -D__SYSTYPE_BSD43__} \
-%{!nostdinc:   %{!ZBSD43: -I/sysv/usr/include} \
-               %{ZBSD43:  -I/bsd43/usr/include}} \
 %{.cc: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
 %{.cxx:        -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
 %{.C:  -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
@@ -43,8 +37,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
        %{EB} %{!EB:-EB} \
        %{EL: %e-EL not supported} \
        %{bestGnum} \
-       %{!ZBSD43: -systype /sysv/} \
-       %{ZBSD43:  -systype /bsd43/}}"
+       %{mips1} %{mips2} %{mips3} \
+       -systype /sysv/}"
                    
 #define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc crtn.o%s"