From patchwork Mon Aug 15 07:12:50 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Pop X-Patchwork-Id: 109998 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 1F5F9B6F6F for ; Mon, 15 Aug 2011 17:15:14 +1000 (EST) Received: (qmail 13528 invoked by alias); 15 Aug 2011 07:14:21 -0000 Received: (qmail 13439 invoked by uid 22791); 15 Aug 2011 07:14:18 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-yw0-f47.google.com (HELO mail-yw0-f47.google.com) (209.85.213.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Aug 2011 07:13:56 +0000 Received: by ywe9 with SMTP id 9so3118857ywe.20 for ; Mon, 15 Aug 2011 00:13:55 -0700 (PDT) Received: by 10.151.5.6 with SMTP id h6mr4385194ybi.144.1313392435675; Mon, 15 Aug 2011 00:13:55 -0700 (PDT) Received: from napoca (adsl-99-184-92-236.dsl.austtx.sbcglobal.net [99.184.92.236]) by mx.google.com with ESMTPS id k4sm2169685ybd.11.2011.08.15.00.13.53 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 15 Aug 2011 00:13:55 -0700 (PDT) Received: by napoca (sSMTP sendmail emulation); Mon, 15 Aug 2011 02:13:52 -0500 From: Sebastian Pop To: skimo@kotnet.org, tobias@grosser.es Cc: gcc-patches@gcc.gnu.org, Sebastian Pop Subject: [PATCH 11/20] document ISL requirement for GCC installation Date: Mon, 15 Aug 2011 02:12:50 -0500 Message-Id: <1313392379-1525-11-git-send-email-sebpop@gmail.com> In-Reply-To: <1313392379-1525-1-git-send-email-sebpop@gmail.com> References: <1313392379-1525-1-git-send-email-sebpop@gmail.com> 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 --- gcc/doc/install.texi | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 368221f..f2b2fd9 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -368,6 +368,11 @@ It can be downloaded from @uref{http://www.cs.unipr.it/ppl/Download/}. The configure option @option{--with-ppl} should be used if PPL is not installed in your default library search path. +@item Integer Set Library (ISL) version 0.08 + +Necessary to build GCC with the Graphite loop optimizations. +It can be downloaded from @uref{http://www.kotnet.org/~skimo/isl/}. + @item CLooG-ISL 0.16 Necessary to build GCC with the Graphite loop optimizations. It is @@ -1620,7 +1625,8 @@ a cross compiler, they will not be used to configure target libraries. @itemx --with-cloog=@var{pathname} @itemx --with-cloog-include=@var{pathname} @itemx --with-cloog-lib=@var{pathname} -If you do not have PPL (the Parma Polyhedra Library) and the CLooG +If you do not have ISL (the Integer Set Library), +PPL (the Parma Polyhedra Library), and the CLooG (the Chunky Loop Generator) libraries installed in a standard location and you want to build GCC, you can explicitly specify the directory where they are installed (@samp{--with-ppl=@/@var{pplinstalldir}},