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
9dcdcbeb
Commit
9dcdcbeb
authored
May 11, 1995
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(MD_STARTFILE_PREFIX, MD_EXEC_PREFIX,
STARTFILE_SPEC, LINK_SPEC): Define. From-SVN: r9636
parent
e8037d57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
gcc/config/mips/svr4-t.h
+18
-0
No files found.
gcc/config/mips/svr4-t.h
View file @
9dcdcbeb
...
@@ -10,3 +10,21 @@
...
@@ -10,3 +10,21 @@
/* Use the default values in mips.h. */
/* Use the default values in mips.h. */
#undef MD_STARTFILE_PREFIX
#undef MD_STARTFILE_PREFIX
#undef MD_EXEC_PREFIX
#undef MD_EXEC_PREFIX
#define MD_STARTFILE_PREFIX "/usr/lib/cmplrs/cc/"
#define MD_EXEC_PREFIX "/usr/lib/cmplrs/cc/"
/* These are the same as the ones in svr4-5.h, except that references to
/svr4/ have been removed. */
#undef STARTFILE_SPEC
#define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt1.o%s}}\
%{ansi:/usr/lib/values-Xc.o%s} \
%{!ansi: \
%{traditional:/usr/lib/values-Xt.o%s} \
%{!traditional:/usr/lib/values-Xa.o%s}}"
#undef LINK_SPEC
#define LINK_SPEC "\
%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \
%{bestGnum} %{shared} %{non_shared} \
%{call_shared} %{no_archive} %{exact_version} \
%{!shared: %{!non_shared: %{!call_shared: -non_shared}}}"
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