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
23851576
Commit
23851576
authored
Jan 13, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify some collect2 stuff.
From-SVN: r17324
parent
fe07d4c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
gcc/install.texi
+5
-8
No files found.
gcc/install.texi
View file @
23851576
...
@@ -141,9 +141,9 @@ linker with GNU CC.
...
@@ -141,9 +141,9 @@ linker with GNU CC.
This
option
does
not
cause
the
GNU
linker
to
be
installed
;
it
just
This
option
does
not
cause
the
GNU
linker
to
be
installed
;
it
just
modifies
the
behavior
of
GNU
CC
to
work
with
the
GNU
linker
.
modifies
the
behavior
of
GNU
CC
to
work
with
the
GNU
linker
.
Specifically
,
it
inhibits
the
installation
of
@code
{
collect2
},
a
program
@c
Specifically
,
it
inhibits
the
installation
of
@code
{
collect2
},
a
program
which
otherwise
serves
as
a
front
-
end
for
the
system
'
s
linker
on
most
@c
which
otherwise
serves
as
a
front
-
end
for
the
system
'
s
linker
on
most
configurations
.
@c
configurations
.
@item
--
with
-
stabs
@item
--
with
-
stabs
On
MIPS
based
systems
and
on
Alphas
,
you
must
specify
whether
you
want
On
MIPS
based
systems
and
on
Alphas
,
you
must
specify
whether
you
want
...
@@ -2205,11 +2205,8 @@ available.
...
@@ -2205,11 +2205,8 @@ available.
@node
Collect2
@node
Collect2
@section
@code{
collect2
}
@section
@code{
collect2
}
Many
target
systems
do
not
have
support
in
the
assembler
and
linker
for
GNU
CC
uses
a
utility
called
@code{
collect2
}
on
nearly
all
systems
to
arrange
``
constructors
''
---
initialization
functions
to
be
called
before
the
to
call
various
initialization
functions
at
start
time
.
official
``
start
''
of
@code{
main
}
.
On
such
systems
,
GNU
CC
uses
a
utility
called
@code{
collect2
}
to
arrange
to
call
these
functions
at
start
time
.
The
program
@code{
collect2
}
works
by
linking
the
program
once
and
The
program
@code{
collect2
}
works
by
linking
the
program
once
and
looking
through
the
linker
output
file
for
symbols
with
particular
names
looking
through
the
linker
output
file
for
symbols
with
particular
names
...
...
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