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
8beb0d9e
Commit
8beb0d9e
authored
Apr 11, 2006
by
Jakub Jelinek
Committed by
Jakub Jelinek
Apr 11, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c (LINK_COMMAND_SPEC): Move link_gomp after %o.
From-SVN: r112851
parent
ebf85e50
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/gcc.c
+2
-2
No files found.
gcc/ChangeLog
View file @
8beb0d9e
2006
-
04
-
11
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
gcc
.
c
(
LINK_COMMAND_SPEC
)
:
Move
link_gomp
after
%
o
.
2006
-
04
-
03
Jeff
Law
<
law
@redhat
.
com
>
PR
/
27087
...
...
gcc/gcc.c
View file @
8beb0d9e
...
...
@@ -704,8 +704,8 @@ proper position among the other output files. */
%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\
%(linker) %l " LINK_PIE_SPEC "%X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} %{r}\
%{s} %{t} %{u*} %{x} %{z} %{Z} %{!A:%{!nostdlib:%{!nostartfiles:%S}}}\
%{static:} %{L*} %(mfwrap) %
{fopenmp:%:include(libgomp.spec)%(link_gomp)}
\
%
(link_libgcc) %o
%(mflib)\
%{static:} %{L*} %(mfwrap) %
(link_libgcc) %o
\
%
{fopenmp:%:include(libgomp.spec)%(link_gomp)}
%(mflib)\
%{fprofile-arcs|fprofile-generate|coverage:-lgcov}\
%{!nostdlib:%{!nodefaultlibs:%(link_gcc_math) %(link_ssp) %(link_gcc_c_sequence)}}\
%{!A:%{!nostdlib:%{!nostartfiles:%E}}} %{T*} }}}}}}"
...
...
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