aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2011-11-13 04:27:22 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2011-11-13 04:27:22 +0000
commitafe5cf219076d5f529ce767563aa36ea07970356 (patch)
tree80168d4105ad7621780c49f708644220848cab1d
parentd0ad58f94e22dcf877cc359fe8f07e30836c7467 (diff)
downloadgcc-afe5cf219076d5f529ce767563aa36ea07970356.zip
gcc-afe5cf219076d5f529ce767563aa36ea07970356.tar.gz
gcc-afe5cf219076d5f529ce767563aa36ea07970356.tar.bz2
* using.xml: Use GNU/Linux.
From-SVN: r181333
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/doc/xml/manual/using.xml6
2 files changed, 7 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 7822843..50b54df 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-13 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * using.xml: Use GNU/Linux.
+
2011-11-12 Jason Merrill <jason@redhat.com>
PR c++/51060
diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml
index f081ed4..601ca20 100644
--- a/libstdc++-v3/doc/xml/manual/using.xml
+++ b/libstdc++-v3/doc/xml/manual/using.xml
@@ -1177,7 +1177,7 @@ A quick read of the relevant part of the GCC
<itemizedlist>
<listitem>
<para>
- GNU ld (default on Linux):
+ GNU ld (default on GNU/Linux):
<literal>-Wl,-rpath,</literal><filename class="directory">destdir/lib</filename>
</para>
</listitem>
@@ -1207,7 +1207,7 @@ A quick read of the relevant part of the GCC
On some platforms the system administrator can configure the
dynamic linker to always look for libraries in
<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
system-wide change which can make the system unusable so if you
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
to display how ad hoc this is: On Solaris, both -pthreads and
-threads (with subtly different meanings) are honored. On OSF,
-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.
AFAIK, none of this is properly documented anywhere other than
in ``gcc -dumpspecs'' (look at lib and cpp entries).