Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c704915a
Commit
c704915a
authored
Mar 17, 1992
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r509
parent
d7b4206e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
32 deletions
+25
-32
gcc/config/mips/bsd-4.h
+25
-32
No files found.
gcc/config/mips/bsd-4.h
View file @
c704915a
...
@@ -21,38 +21,28 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -21,38 +21,28 @@ 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 "\
%{ZSYSV: -DSYSTYPE_SYSV}} \
%{!ansi: %{!ZSYSV: -DSYSTYPE_BSD43} \
%{!ZSYSV: -D__SYSTYPE_BSD43__} \
%{ZSYSV: -DSYSTYPE_SYSV}} \
%{ZSYSV: -D__SYSTYPE_SYSV__} \
%{!ZSYSV: -D__SYSTYPE_BSD43__} \
%{!nostdinc: %{!ZSYSV: -I/bsd43/usr/include} \
%{ZSYSV: -D__SYSTYPE_SYSV__} \
%{ZSYSV: -I/sysv/usr/include}} \
%{!nostdinc: %{!ZSYSV: -I/bsd43/usr/include} \
%{.S: -D__LANGUAGE_ASSEMBLY__ \
%{ZSYSV: -I/sysv/usr/include}} \
-D_LANGUAGE_ASSEMBLY \
%{.cc: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
%{!ansi:-DLANGUAGE_ASSEMBLY}} \
%{.cxx: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
%{.cc: -D__LANGUAGE_C_PLUS_PLUS__ \
%{.C: -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS} \
-D_LANGUAGE_C_PLUS_PLUS \
%{.m: -D__LANGUAGE_OBJECTIVE_C -D_LANGUAGE_OBJECTIVE_C} \
%{!ansi:-DLANGUAGE_C_PLUS_PLUS}} \
%{.S: -D__LANGUAGE_ASSEMBLY -D_LANGUAGE_ASSEMBLY %{!ansi:-DLANGUAGE_ASSEMBLY}} \
%{.cxx:-D__LANGUAGE_C_PLUS_PLUS__ \
%{!.S: -D__LANGUAGE_C -D_LANGUAGE_C %{!ansi:-DLANGUAGE_C}}"
-D_LANGUAGE_C_PLUS_PLUS \
%{!ansi:-DLANGUAGE_C_PLUS_PLUS}} \
#define LINK_SPEC "\
%{.C: -D__LANGUAGE_C_PLUS_PLUS__ \
%{G*} \
-D_LANGUAGE_C_PLUS_PLUS \
%{!mgas: \
%{!ansi:-DLANGUAGE_C_PLUS_PLUS}} \
%{EB} %{!EB: -EB} \
%{.m: -D__LANGUAGE_OBJECTIVE_C__ \
%{EL: %e-EL not supported} \
-D_LANGUAGE_OBJECTIVE_C \
%{bestGnum} \
%{!ansi:-DLANGUAGE_OBJECTIVE_C}} \
%{!ZSYSV: -systype /bsd43/} \
%{!.S: -D__LANGUAGE_C__ \
%{ZSYSV: -systype /sysv/}}"
-D_LANGUAGE_C \
%{!ansi:-DLANGUAGE_C}}"
#define LINK_SPEC "%{G*} \
%{!mgas: \
%{EB} %{!EB: -EB} \
%{EL: %e-EL not supported} \
%{bestGnum} \
%{!ZSYSV: -systype /bsd43/} \
%{ZSYSV: -systype /sysv/}}"
#define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc"
#define LIB_SPEC "%{p:-lprof1} %{pg:-lprof1} -lc"
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment