From: Gerald Pfeifer Date: Sun, 27 Nov 2011 02:42:21 +0000 (+0000) Subject: using.xml (Prerequisites): Refer to x86 instead of i386. X-Git-Tag: releases/gcc-4.7.0~1932 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6d93d7483018ed7c7c432dfb2fe8eb0684ee976;p=thirdparty%2Fgcc.git using.xml (Prerequisites): Refer to x86 instead of i386. * doc/xml/manual/using.xml (Prerequisites): Refer to x86 instead of i386. From-SVN: r181758 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cc25f12e2557..81b9e9c02305 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2011-11-27 Gerald Pfeifer + + * doc/xml/manual/using.xml (Prerequisites): Refer to x86 instead + of i386. + 2011-11-27 Gerald Pfeifer * scripts/run_doxygen (problematic): Change Linux reference to diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml index 601ca20d1eba..d2d5e4b2850c 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).