aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2011-11-27 02:42:21 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2011-11-27 02:42:21 +0000
commitf6d93d7483018ed7c7c432dfb2fe8eb0684ee976 (patch)
treed120ad9cf767e05e8d488839d1d312ddb21f5cfb /libstdc++-v3
parent70c6e9cb80803008850d8cc0c493508a36f6e506 (diff)
downloadgcc-f6d93d7483018ed7c7c432dfb2fe8eb0684ee976.zip
gcc-f6d93d7483018ed7c7c432dfb2fe8eb0684ee976.tar.gz
gcc-f6d93d7483018ed7c7c432dfb2fe8eb0684ee976.tar.bz2
using.xml (Prerequisites): Refer to x86 instead of i386.
* doc/xml/manual/using.xml (Prerequisites): Refer to x86 instead of i386. From-SVN: r181758
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/doc/xml/manual/using.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index cc25f12..81b9e9c 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,10 @@
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
GNU/Linux.
diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml
index 601ca20..d2d5e4b 100644
--- a/libstdc++-v3/doc/xml/manual/using.xml
+++ b/libstdc++-v3/doc/xml/manual/using.xml
@@ -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).