using.xml (Prerequisites): Refer to x86 instead of i386.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 27 Nov 2011 02:42:21 +0000 (02:42 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 27 Nov 2011 02:42:21 +0000 (02:42 +0000)
* doc/xml/manual/using.xml (Prerequisites): Refer to x86 instead
of i386.

From-SVN: r181758

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/using.xml

index cc25f12e25578f3704b3bbad22be09304c042ee1..81b9e9c023050879fc7c46515a928e6dd1c3c4d0 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-27  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/xml/manual/using.xml (Prerequisites): Refer to x86 instead
+       of i386.
+
 2011-11-27  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * scripts/run_doxygen (problematic): Change Linux reference to
index 601ca20d1ebaa6a26ee890de23ec48df10faa53a..d2d5e4b2850c5294a10af2a0d0ac338ec652282a 100644 (file)
@@ -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 GNU/Linux i386, -pthread is honored.  On FreeBSD,
+      honored.  On GNU/Linux x86, -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).