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
e26154aa
Commit
e26154aa
authored
Nov 09, 1992
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move LINK_LIBGCC_SPECIAL to decrose.h
From-SVN: r2724
parent
61fab236
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
gcc/config/mips/mips.h
+0
-6
gcc/config/mips/osfrose.h
+6
-0
No files found.
gcc/config/mips/mips.h
View file @
e26154aa
...
...
@@ -442,12 +442,6 @@ while (0)
%{bestGnum} %{shared} %{non_shared}}"
#endif
/* LINK_SPEC defined */
/* Define this macro meaning that `gcc' should find the library
`libgcc.a' by hand, rather than passing the argument `-lgcc' to
tell the linker to do the search. */
#define LINK_LIBGCC_SPECIAL 1
/* Specs for the compiler proper */
#ifndef CC1_SPEC
...
...
gcc/config/mips/osfrose.h
View file @
e26154aa
...
...
@@ -89,6 +89,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define LIB_SPEC "-lc"
/* Define this macro meaning that `gcc' should find the library
`libgcc.a' by hand, rather than passing the argument `-lgcc' to
tell the linker to do the search. */
#define LINK_LIBGCC_SPECIAL 1
#define STARTFILE_SPEC "%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}"
#define MACHINE_TYPE "DECstation with OSF/rose objects"
...
...
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