From patchwork Thu Jun 30 07:07:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manish Goregaokar X-Patchwork-Id: 642355 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rg9bd5XHJz9sCk for ; Thu, 30 Jun 2016 17:07:39 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=KqTFqiK6; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; q= dns; s=default; b=ju78BuPiWlUBNFPR4OMuC12h0mpXRF7l1gWdeQhKDp5jTl h/ZMgruDj+y1RYQD7ERqqeuoPdwhZVr+RmcV/t0L/uO+OIP1E5PqQZPWaxmFJJ52 dcUsWZTtRIRcIOeQ6RnHvLvgdLR2H5Psqw92VqgB+tI7DAAuuFeZfqgLLV/Ik= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; s= default; bh=uYdV9ig+U5eXC18JiKnAuVKZuQ8=; b=KqTFqiK6mGCBkggaJZI8 fzcTtPVDLnfOJDnsjPcA6b5Qus1sF1H8Vl72d8boVFC+FEJ+/6xoQH3eo1OjGhvm RzlnTVDfDVd9QLkhPlBKV1lokaEe7Bu2MmU1zj+N3+QIQhwvL0sxFaOsJs2B7++e tK88fvsIYtgVDFqqtoGXl+M= Received: (qmail 31674 invoked by alias); 30 Jun 2016 07:07:32 -0000 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 Received: (qmail 31657 invoked by uid 89); 30 Jun 2016 07:07:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 spammy=2016-06-30, Precision, vendor, 20160630 X-HELO: mail-wm0-f41.google.com Received: from mail-wm0-f41.google.com (HELO mail-wm0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 30 Jun 2016 07:07:21 +0000 Received: by mail-wm0-f41.google.com with SMTP id v199so208105603wmv.0 for ; Thu, 30 Jun 2016 00:07:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=JGeFZSunL18fGRDZqCL2L892gtoidx8v+sIl7ySDiaU=; b=HMgkcwfsnR3uyYBp/wjhKwNV0SU394t8t+tT1uyn6qNrkQYNpDJ0oURNn60/P8zxbf MSKhWyZ3yGAZAh6iFnopArdk0ePngzPbNq7SqzRcG4VWdjYvLIoiCoPCui+puUvPFdaz Xm2zPDe+fI39mw0LJ+XIp3IbvgcoKNeF5N+Q7p/E8k6a45WkYjFesKBmSZHWCJsd5qX9 67B4ew8uV9MHuJOSYnFHa7Rfnjrac97+E2XIcjgKFcZIsck3xyI8CblIBDThFyGEQBzW H7CQcyKEvBDD0DRmX6h8kGZq9trF2BfJ1r/uyEzLk+zoFL1OxXyUrJpLfHfuCgZsfoS2 mvjQ== X-Gm-Message-State: ALyK8tL0aI84HVjtQVB4cqrhS63KHa+gFbodhUq3eZTmsPYOpn13oV4c6ljdwuvtVlc+mDXTOvM1XjNqFEG+6cVE X-Received: by 10.194.109.232 with SMTP id hv8mr12322309wjb.115.1467270438230; Thu, 30 Jun 2016 00:07:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.36.215 with HTTP; Thu, 30 Jun 2016 00:07:17 -0700 (PDT) From: Manish Goregaokar Date: Thu, 30 Jun 2016 12:37:17 +0530 Message-ID: Subject: [PATCH, www] Mention download_prerequisites in installation docs To: gcc-patches@gcc.gnu.org 2016-06-30 Manish Goregaokar gcc/ChangeLog: * doc/install.texi: Mention download_prerequisites --- gcc/doc/install.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) @item GNU Multiple Precision Library (GMP) version 4.3.2 (or later) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9248f0d..0070fdf 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -351,7 +351,9 @@ versions may work in some cases, but it's safer to use the exact versions documented. We appreciate bug reports about problems with newer versions, though. If your OS vendor provides packages for the support libraries then using those packages may be the simplest way to -install the libraries. +install the libraries. Alternatively, running +@code{contrib/download_prerequisites} from the repository root will fetch +these libraries and place them in the appropriate locations for build. @table @asis