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
afe5cf21
Commit
afe5cf21
authored
Nov 13, 2011
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
Nov 13, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* using.xml: Use GNU/Linux.
From-SVN: r181333
parent
d0ad58f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/doc/xml/manual/using.xml
+3
-3
No files found.
libstdc++-v3/ChangeLog
View file @
afe5cf21
2011-11-13 Gerald Pfeifer <gerald@pfeifer.com>
* using.xml: Use GNU/Linux.
2011-11-12 Jason Merrill <jason@redhat.com>
2011-11-12 Jason Merrill <jason@redhat.com>
PR c++/51060
PR c++/51060
...
...
libstdc++-v3/doc/xml/manual/using.xml
View file @
afe5cf21
...
@@ -1177,7 +1177,7 @@ A quick read of the relevant part of the GCC
...
@@ -1177,7 +1177,7 @@ A quick read of the relevant part of the GCC
<itemizedlist>
<itemizedlist>
<listitem>
<listitem>
<para>
<para>
GNU ld (default on Linux):
GNU ld (default on
GNU/
Linux):
<literal>
-Wl,-rpath,
</literal><filename
class=
"directory"
>
destdir/lib
</filename>
<literal>
-Wl,-rpath,
</literal><filename
class=
"directory"
>
destdir/lib
</filename>
</para>
</para>
</listitem>
</listitem>
...
@@ -1207,7 +1207,7 @@ A quick read of the relevant part of the GCC
...
@@ -1207,7 +1207,7 @@ A quick read of the relevant part of the GCC
On some platforms the system administrator can configure the
On some platforms the system administrator can configure the
dynamic linker to always look for libraries in
dynamic linker to always look for libraries in
<filename
class=
"directory"
>
destdir/lib
</filename>
, for example
<filename
class=
"directory"
>
destdir/lib
</filename>
, for example
by using the
<command>
ldconfig
</command>
utility on Linux
by using the
<command>
ldconfig
</command>
utility on
GNU/
Linux
or the
<command>
crle
</command>
utility on Solaris. This is a
or the
<command>
crle
</command>
utility on Solaris. This is a
system-wide change which can make the system unusable so if you
system-wide change which can make the system unusable so if you
are unsure then use one of the other methods described above.
are unsure then use one of the other methods described above.
...
@@ -1269,7 +1269,7 @@ A quick read of the relevant part of the GCC
...
@@ -1269,7 +1269,7 @@ A quick read of the relevant part of the GCC
to display how ad hoc this is: On Solaris, both -pthreads and
to display how ad hoc this is: On Solaris, both -pthreads and
-threads (with subtly different meanings) are honored. On OSF,
-threads (with subtly different meanings) are honored. On OSF,
-pthread and -threads (with subtly different meanings) are
-pthread and -threads (with subtly different meanings) are
honored. On
Linux/
i386, -pthread is honored. On FreeBSD,
honored. On
GNU/Linux
i386, -pthread is honored. On FreeBSD,
-pthread is honored. Some other ports use other switches.
-pthread is honored. Some other ports use other switches.
AFAIK, none of this is properly documented anywhere other than
AFAIK, none of this is properly documented anywhere other than
in ``gcc -dumpspecs'' (look at lib and cpp entries).
in ``gcc -dumpspecs'' (look at lib and cpp entries).
...
...
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