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
03fd6b98
Commit
03fd6b98
authored
Aug 12, 1996
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LIB_SPEC): Always emit -lc.
From-SVN: r12625
parent
2954cae0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
gcc/config/m68k/m68kemb.h
+8
-4
No files found.
gcc/config/m68k/m68kemb.h
View file @
03fd6b98
...
...
@@ -57,12 +57,16 @@
%{mmvme135: mvme135-crt0.o} \
%{mmvme162: mvme162-crt0.o}"
/* We must always include -lc at least once. If we use a board specific
library, we must include -lc before and after the board specific
library. */
#undef LIB_SPEC
#define LIB_SPEC "\
%{mmvme135: -lc -lmvme135 -lc} \
%{mmvme162: -lc -lmvme162 -lc} \
%{midp: -lc -lidp -lc} \
%{mbcc: -lc -lbcc -lc}"
-lc \
%{mmvme135:-lmvme135 -lc} \
%{mmvme162:-lmvme162 -lc} \
%{midp:-lidp -lc} \
%{mbcc:-lbcc -lc}"
#undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \
...
...
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