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
54214152
Commit
54214152
authored
Nov 23, 2000
by
David Edelsohn
Committed by
David Edelsohn
Nov 23, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* porting.texi: Expand libtool information.
From-SVN: r37688
parent
abb32cf5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
7 deletions
+20
-7
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/porting.texi
+16
-7
No files found.
libstdc++-v3/ChangeLog
View file @
54214152
2000-11-23 David Edelsohn <edelsohn@gnu.org>
* porting.texi: Expand libtool information.
2000-11-23 Gabriel Dos Reis <gdr@codesourcery.com>
* include/bits/ios_base.h (ios_base::failure::~failure,
...
...
libstdc++-v3/porting.texi
View file @
54214152
...
...
@@ -420,13 +420,22 @@ __atomic_add (_Atomic_word* __mem, int __val)
@node
Libtool
@chapter
Libtool
The
C
++
library
is
linked
with
libtool
.
Explaining
the
full
workings
of
libtool
is
beyond
the
scope
of
this
document
,
but
there
is
one
particular
bit
that
should
be
explained
here
.
The
C
++
run
-
time
library
contains
initialization
code
that
needs
to
be
run
as
the
library
is
loaded
.
Often
,
that
requires
linking
in
special
object
files
when
the
C
++
library
is
built
as
a
shared
library
,
or
taking
other
system
-
specific
actions
.
The
C
++
library
is
compiled
,
archived
and
linked
with
libtool
.
Explaining
the
full
workings
of
libtool
is
beyond
the
scope
of
this
document
,
but
there
are
a
few
,
particular
bits
that
are
necessary
for
porting
.
Some
parts
of
the
libstdc
++-
v3
library
are
compiled
with
the
libtool
@code{
--
tags
CXX
}
option
(
the
C
++
definitions
for
libtool
).
Therefore
,
@file{
ltcf
-
cxx
.
sh
}
in
the
top
-
level
directory
needs
to
have
the
correct
logic
to
compile
and
archive
objects
equivalent
to
the
C
version
of
libtool
,
@file{
ltcf
-
c
.
sh
}
.
Some
libtool
targets
have
definitions
for
C
but
not
for
C
++
,
or
C
++
definitions
which
have
not
been
kept
up
to
date
.
The
C
++
run
-
time
library
contains
initialization
code
that
needs
to
be
run
as
the
library
is
loaded
.
Often
,
that
requires
linking
in
special
object
files
when
the
C
++
library
is
built
as
a
shared
library
,
or
taking
other
system
-
specific
actions
.
The
libstdc
++-
v3
library
is
linked
with
the
C
version
of
libtool
,
even
though
it
is
a
C
++
library
.
Therefore
,
the
C
version
of
libtool
needs
to
ensure
...
...
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