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
8735c62d
Commit
8735c62d
authored
Mar 21, 1992
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r544
parent
cffd0d74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
19 deletions
+9
-19
gcc/config/mips/bsd-4.h
+5
-9
gcc/config/mips/svr3-4.h
+4
-10
No files found.
gcc/config/mips/bsd-4.h
View file @
8735c62d
...
@@ -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"
...
...
gcc/config/mips/svr3-4.h
View file @
8735c62d
...
@@ -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"
...
...
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