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
35fb4cf6
Commit
35fb4cf6
authored
Aug 19, 2002
by
David Edelsohn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fix typo in argument ordering.
From-SVN: r56440
parent
af8cb5c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/doc/install.texi
+2
-2
No files found.
gcc/doc/install.texi
View file @
35fb4cf6
...
...
@@ -2349,7 +2349,7 @@ multilib @file{libstdc++.a} installed:
Extract
the
shared
object
from
each
the
GCC
3.1
@
file
{
libstdc
++.
a
}
archive
:
@
example
%
ar
-
x
libstdc
++.
so
.4
libstdc
++.
a
%
ar
-
x
libstdc
++.
a
libstdc
++.
so
.4
@
end
example
Enable
the
@
samp
{
F_LOADONLY
}
flag
so
that
the
shared
object
will
be
...
...
@@ -2361,7 +2361,7 @@ available for runtime dynamic loading, but not linking:
Archive
the
runtime
-
only
shared
object
in
the
GCC
3.2
@
file
{
libstdc
++.
a
}
archive
:
@
example
%
ar
-
q
libstdc
++.
so
.4
libstdc
++.
a
%
ar
-
q
libstdc
++.
a
libstdc
++.
so
.4
@
end
example
Linking
executables
and
shared
libraries
may
produce
warnings
of
...
...
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