From patchwork Fri Aug 12 15:16:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Pop X-Patchwork-Id: 109854 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 62374B6F00 for ; Sat, 13 Aug 2011 01:17:24 +1000 (EST) Received: (qmail 21137 invoked by alias); 12 Aug 2011 15:17:16 -0000 Received: (qmail 21061 invoked by uid 22791); 12 Aug 2011 15:17:15 -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-gx0-f175.google.com (HELO mail-gx0-f175.google.com) (209.85.161.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Aug 2011 15:16:50 +0000 Received: by gxk3 with SMTP id 3so584149gxk.20 for ; Fri, 12 Aug 2011 08:16:49 -0700 (PDT) Received: by 10.236.79.134 with SMTP id i6mr3371369yhe.24.1313162209441; Fri, 12 Aug 2011 08:16:49 -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 f4sm900852yhn.83.2011.08.12.08.16.47 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 12 Aug 2011 08:16:48 -0700 (PDT) Received: by napoca (sSMTP sendmail emulation); Fri, 12 Aug 2011 10:16:46 -0500 From: Sebastian Pop To: skimo@kotnet.org, tobias@grosser.es Cc: gcc-patches@gcc.gnu.org, Sebastian Pop Subject: [PATCH 2/2] document ISL requirement for GCC installation Date: Fri, 12 Aug 2011 10:16:05 -0500 Message-Id: <1313162165-12071-2-git-send-email-sebpop@gmail.com> In-Reply-To: <1313162165-12071-1-git-send-email-sebpop@gmail.com> References: <20110812072225.GP14955MdfPADPa@purples> <1313162165-12071-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}},