This is the third to last patch necessary for libstdc++ from what I
can tell; committed to trunk.

Gerald


2011-11-13  Gerald Pfeifer  <ger...@pfeifer.com>

        * using.xml: Use GNU/Linux.

Index: doc/xml/manual/using.xml
===================================================================
--- doc/xml/manual/using.xml    (revision 181332)
+++ doc/xml/manual/using.xml    (working copy)
@@ -1177,7 +1177,7 @@
        <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 @@
          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 @@
       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).

Reply via email to