Commit 8735c62d by Michael Meissner

*** empty log message ***

From-SVN: r544
parent cffd0d74
...@@ -19,15 +19,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -19,15 +19,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define MIPS_BSD43 #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 "\ #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} \ %{.cc: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
%{.cxx: -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} \ %{.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. */ ...@@ -41,8 +37,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{EB} %{!EB: -EB} \ %{EB} %{!EB: -EB} \
%{EL: %e-EL not supported} \ %{EL: %e-EL not supported} \
%{bestGnum} \ %{bestGnum} \
%{!ZSYSV: -systype /bsd43/} \ %{mips1} %{mips2} %{mips3} \
%{ZSYSV: -systype /sysv/}}" -systype /bsd43/ }"
#define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc" #define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc"
......
...@@ -19,17 +19,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -19,17 +19,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define MIPS_SYSV #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 "\ #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} \ %{.cc: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
%{.cxx: -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} \ %{.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. */ ...@@ -43,8 +37,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
%{EB} %{!EB:-EB} \ %{EB} %{!EB:-EB} \
%{EL: %e-EL not supported} \ %{EL: %e-EL not supported} \
%{bestGnum} \ %{bestGnum} \
%{!ZBSD43: -systype /sysv/} \ %{mips1} %{mips2} %{mips3} \
%{ZBSD43: -systype /bsd43/}}" -systype /sysv/}"
#define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc crtn.o%s" #define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc crtn.o%s"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment