diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-30 15:33:11 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-10-30 15:33:11 +0000 |
commit | c07660b191f1e0b0d31691bd68dd28198909d1e7 (patch) | |
tree | 45fa4c0af8272652ffcff6578b7b2c25aec9d718 /libstdc++-v3 | |
parent | b62811efb32c39e5cdd9ef4e2549284ea511f0fb (diff) | |
download | gcc-c07660b191f1e0b0d31691bd68dd28198909d1e7.tar.gz |
* prerequisites.xml: Refer to GCC (instead of gcc) and GNU/Linux.
Remove an obsolete reference to a Red Hat release we do not
support any longer.
Refer to Debian GNU/Linux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180681 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 7 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/prerequisites.xml | 26 |
2 files changed, 10 insertions, 23 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c87c97a19fc..ed8492d55d2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,12 @@ 2011-10-30 Gerald Pfeifer <gerald@pfeifer.com> + * prerequisites.xml: Refer to GCC (instead of gcc) and GNU/Linux. + Remove an obsolete reference to a Red Hat release we do not + support any longer. + Refer to Debian GNU/Linux. + +2011-10-30 Gerald Pfeifer <gerald@pfeifer.com> + * faq.xml (Who's in charge of it?): Refer to the Linux kernel instead of just Linux. (How do I install libstdc++?): Refer to GNU/Linux instead of diff --git a/libstdc++-v3/doc/xml/manual/prerequisites.xml b/libstdc++-v3/doc/xml/manual/prerequisites.xml index 0a41c44ea75..078813bf949 100644 --- a/libstdc++-v3/doc/xml/manual/prerequisites.xml +++ b/libstdc++-v3/doc/xml/manual/prerequisites.xml @@ -57,9 +57,9 @@ <listitem> <para> - If gcc 3.1.0 or later on is being used on linux, an attempt + If GCC 3.1.0 or later on is being used on GNU/Linux, an attempt will be made to use "C" library functionality necessary for - C++ named locale support. For gcc 4.6.0 and later, this + C++ named locale support. For GCC 4.6.0 and later, this means that glibc 2.3 or later is required. </para> @@ -110,32 +110,12 @@ zh_TW BIG5 <itemizedlist> <listitem> <para>install all locales</para> - <itemizedlist> - <listitem> - <para>with RedHat Linux: - </para> - <para> <code> export LC_ALL=C </code> - </para> - <para> <code> rpm -e glibc-common --nodeps </code> - </para> - <para> - <code> rpm -i --define "_install_langs all" - glibc-common-2.2.5-34.i386.rpm - </code> - </para> - </listitem> - <listitem> - <para> - Instructions for other operating systems solicited. - </para> - </listitem> - </itemizedlist> </listitem> <listitem> <para>install just the necessary locales</para> <itemizedlist> <listitem> - <para>with Debian Linux:</para> + <para>with Debian GNU/Linux:</para> <para> Add the above list, as shown, to the file <code>/etc/locale.gen</code> </para> <para> run <code>/usr/sbin/locale-gen</code> </para> |