From patchwork Sun Oct 30 15:36:28 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 122635 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 222A6B6F7F for ; Mon, 31 Oct 2011 02:36:57 +1100 (EST) Received: (qmail 25620 invoked by alias); 30 Oct 2011 15:36:50 -0000 Received: (qmail 25342 invoked by uid 22791); 30 Oct 2011 15:36:49 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 30 Oct 2011 15:36:32 +0000 Received: from [192.168.0.130] (vie-188-118-240-137.dsl.sil.at [188.118.240.137]) by ainaz.pair.com (Postfix) with ESMTPSA id 632E93F40F; Sun, 30 Oct 2011 11:36:30 -0400 (EDT) Date: Sun, 30 Oct 2011 16:36:28 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [libstdc++, doc] Update prerequisites documentation Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org At first this was only triggered by Linux vs GNU/Linux, but then I noticed GCC being lower-cased and the Red Hat Linux reference when we actually do not support that old version of glibc anymore at all. Committed to mainline. Gerald 2011-10-30 Gerald Pfeifer * 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. Index: doc/xml/manual/prerequisites.xml =================================================================== --- doc/xml/manual/prerequisites.xml (revision 180677) +++ doc/xml/manual/prerequisites.xml (working copy) @@ -57,9 +57,9 @@ - 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. @@ -110,32 +110,12 @@ install all locales - - - with RedHat Linux: - - export LC_ALL=C - - rpm -e glibc-common --nodeps - - - rpm -i --define "_install_langs all" - glibc-common-2.2.5-34.i386.rpm - - - - - - Instructions for other operating systems solicited. - - - install just the necessary locales - with Debian Linux: + with Debian GNU/Linux: Add the above list, as shown, to the file /etc/locale.gen run /usr/sbin/locale-gen