From: Gerald Pfeifer Date: Sun, 13 Nov 2011 04:27:22 +0000 (+0000) Subject: * using.xml: Use GNU/Linux. X-Git-Tag: releases/gcc-4.7.0~2213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afe5cf219076d5f529ce767563aa36ea07970356;p=thirdparty%2Fgcc.git * using.xml: Use GNU/Linux. From-SVN: r181333 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 782284365b3a..50b54df457a0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2011-11-13 Gerald Pfeifer + + * using.xml: Use GNU/Linux. + 2011-11-12 Jason Merrill PR c++/51060 diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml index f081ed4bc443..601ca20d1eba 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 - GNU ld (default on Linux): + GNU ld (default on GNU/Linux): -Wl,-rpath,destdir/lib @@ -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 destdir/lib, for example - by using the ldconfig utility on Linux + by using the ldconfig utility on GNU/Linux or the crle 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).