Commit c704915a by Michael Meissner

*** empty log message ***

From-SVN: r509
parent d7b4206e
...@@ -21,33 +21,23 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -21,33 +21,23 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define CPP_PREDEFINES "-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000" #define CPP_PREDEFINES "-Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000"
#define CPP_SPEC "%{!ansi: %{!ZSYSV: -DSYSTYPE_BSD43} \ #define CPP_SPEC "\
%{!ansi: %{!ZSYSV: -DSYSTYPE_BSD43} \
%{ZSYSV: -DSYSTYPE_SYSV}} \ %{ZSYSV: -DSYSTYPE_SYSV}} \
%{!ZSYSV: -D__SYSTYPE_BSD43__} \ %{!ZSYSV: -D__SYSTYPE_BSD43__} \
%{ZSYSV: -D__SYSTYPE_SYSV__} \ %{ZSYSV: -D__SYSTYPE_SYSV__} \
%{!nostdinc: %{!ZSYSV: -I/bsd43/usr/include} \ %{!nostdinc: %{!ZSYSV: -I/bsd43/usr/include} \
%{ZSYSV: -I/sysv/usr/include}} \ %{ZSYSV: -I/sysv/usr/include}} \
%{.S: -D__LANGUAGE_ASSEMBLY__ \ %{.cc: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
-D_LANGUAGE_ASSEMBLY \ %{.cxx: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
%{!ansi:-DLANGUAGE_ASSEMBLY}} \ %{.C: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
%{.cc: -D__LANGUAGE_C_PLUS_PLUS__ \ %{.m: -D__LANGUAGE_OBJECTIVE_C -D_LANGUAGE_OBJECTIVE_C} \
-D_LANGUAGE_C_PLUS_PLUS \ %{.S: -D__LANGUAGE_ASSEMBLY -D_LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY}} \
%{!ansi:-DLANGUAGE_C_PLUS_PLUS}} \ %{!.S: -D__LANGUAGE_C -D_LANGUAGE_C %{!ansi:-DLANGUAGE_C}}"
%{.cxx:-D__LANGUAGE_C_PLUS_PLUS__ \
-D_LANGUAGE_C_PLUS_PLUS \ #define LINK_SPEC "\
%{!ansi:-DLANGUAGE_C_PLUS_PLUS}} \ %{G*} \
%{.C: -D__LANGUAGE_C_PLUS_PLUS__ \ %{!mgas: \
-D_LANGUAGE_C_PLUS_PLUS \
%{!ansi:-DLANGUAGE_C_PLUS_PLUS}} \
%{.m: -D__LANGUAGE_OBJECTIVE_C__ \
-D_LANGUAGE_OBJECTIVE_C \
%{!ansi:-DLANGUAGE_OBJECTIVE_C}} \
%{!.S: -D__LANGUAGE_C__ \
-D_LANGUAGE_C \
%{!ansi:-DLANGUAGE_C}}"
#define LINK_SPEC "%{G*} \
%{!mgas: \
%{EB} %{!EB: -EB} \ %{EB} %{!EB: -EB} \
%{EL: %e-EL not supported} \ %{EL: %e-EL not supported} \
%{bestGnum} \ %{bestGnum} \
...@@ -60,4 +50,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -60,4 +50,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define MACHINE_TYPE "RISC-OS BSD Mips" #define MACHINE_TYPE "RISC-OS BSD Mips"
/* Generate calls to memcpy, etc., not bcopy, etc. */
#define TARGET_MEM_FUNCTIONS
#include "mips.h" #include "mips.h"
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