From patchwork Sat Aug 25 20:51:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 179986 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 489852C00EB for ; Sun, 26 Aug 2012 06:51:48 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1346532709; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=1ePSkcxsQNNeeVuvxFvnEt09aiM=; b=CyBZq9EtaK1uYvL vX1i8GpVDxtARNLC1KXqKtBjLUfM5ZTyFfBt0zkKnNbAFo4Dh01wx9N9qJSse5Ae fVr9hyg0LmvgNyJknF2VHj4S3VhSNCjs7qhD3ruulLzQ+tI2lrWb+kDE+WFD38Ik diN0CuZBvUUg5zQy8Xo6x9KNC3pY= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=cIxemeiTks2XfMjhaGIigyjp2fgdMk7AVN/rE8Ae8rl1ASUc6DBCSgj+erwlYl /PiIRrEoSOvSK20Xbi1aYVq8htpbu2Xb0fiSutiDVF7lXNR5UavJNffCk+8TxtfK DJ85iB0x6Bh1yQED37Zpnh9lyc2zhVYaHEeobRFLZNqZA=; Received: (qmail 29762 invoked by alias); 25 Aug 2012 20:51:46 -0000 Received: (qmail 29749 invoked by uid 22791); 25 Aug 2012 20:51:45 -0000 X-SWARE-Spam-Status: No, hits=-51.7 required=5.0 tests=AWL, BAYES_00, KHOP_THREADED 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; Sat, 25 Aug 2012 20:51:32 +0000 Received: from [192.168.0.129] (vie-188-118-248-247.dsl.sil.at [188.118.248.247]) by ainaz.pair.com (Postfix) with ESMTPSA id 939B43F40F; Sat, 25 Aug 2012 16:51:29 -0400 (EDT) Date: Sat, 25 Aug 2012 22:51:34 +0200 (CEST) From: Gerald Pfeifer To: =?ISO-8859-2?Q?K=F8i=B9tof_=AEelechovski?= cc: gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: Let INSTALL/README mention the instructions on line In-Reply-To: <1444702.vaSD442bPI@ne-1-26> Message-ID: References: <1444702.vaSD442bPI@ne-1-26> 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 On Wed, 15 Feb 2012, Křištof Želechovski wrote: > Please consider the following patch: Thank you, Křištof! I made some small tweaks, created a ChangeLog entry and applied the variation of your patch that is included below. Gerald 2012-08-25 Křištof Želechovski * INSTALL/README: Also refer to the online installation instructions. Index: INSTALL/README =================================================================== --- INSTALL/README (revision 190505) +++ INSTALL/README (working copy) @@ -4,3 +4,4 @@ gcc/doc/install.texi and copied into this directory. To read this documentation, please point your HTML browser to "index.html". +The latest version is always available at http://gcc.gnu.org/install/ .