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
9a6c4e72
Commit
9a6c4e72
authored
Jul 15, 1996
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LINK_SPEC): Add -woff 84.
From-SVN: r12446
parent
06db411a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
gcc/config/mips/iris6.h
+6
-1
No files found.
gcc/config/mips/iris6.h
View file @
9a6c4e72
...
@@ -278,6 +278,11 @@ while (0)
...
@@ -278,6 +278,11 @@ while (0)
/* ??? If no mabi=X option give, but a mipsX option is, then should depend
/* ??? If no mabi=X option give, but a mipsX option is, then should depend
on the mipsX option. */
on the mipsX option. */
/* ??? We use the -woff 84 option to disable the warning about linking
with libraries that are unnecessary. This message is currently more of
a hassle than a benefit, because we get two warnings for libgcc.a everytime
we link. If we added the proper -dont_warn_unused/-warn_unused options
around libgcc.a, then we can take out the -woff 84 option. */
#undef LINK_SPEC
#undef LINK_SPEC
#define LINK_SPEC "\
#define LINK_SPEC "\
%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{mips4} \
%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{mips4} \
...
@@ -285,7 +290,7 @@ while (0)
...
@@ -285,7 +290,7 @@ while (0)
%{call_shared} %{no_archive} %{exact_version} \
%{call_shared} %{no_archive} %{exact_version} \
%{!shared: %{!non_shared: %{!call_shared: -call_shared -no_unresolved}}} \
%{!shared: %{!non_shared: %{!call_shared: -call_shared -no_unresolved}}} \
%{rpath} \
%{rpath} \
-_SYSTYPE_SVR4 \
-_SYSTYPE_SVR4
-woff 84
\
%{mabi=32: -32}%{mabi=n32: -n32}%{mabi=64: -64} \
%{mabi=32: -32}%{mabi=n32: -n32}%{mabi=64: -64} \
%{!mabi=32:%{!mabi=n32:%{!mabi=64: -n32}}}"
%{!mabi=32:%{!mabi=n32:%{!mabi=64: -n32}}}"
...
...
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