From patchwork Wed Nov 12 18:46:09 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 410079 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 7EFEB140079 for ; Thu, 13 Nov 2014 05:46:25 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; q=dns; s=default; b=SVrOUg3DwKpcrmrw/ EqgIQRX9sskFSS3sIX5Oy77b7O2/6w/th7jXS89NhzvaudqUD+Wab4AIPv6fwoiE 7446Qct7sJ8ptkVcFuymGOBYB+JnLsf0nx7dyop2E1ce7uE7aeF730ALKdXDDD4n PDupZLt/YGtGdNtiYZ7KorZt6w= 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 :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; s=default; bh=aOhXvSFwKxN9zI0O9SZxPeR kkNE=; b=LFfttynAA3XR8L42HEzNmhGVdrjaYlPl3Ocyqi3aX516x7+MTPAQpaE TmR0mwJjnVJ0j1rA0Tiisojq6Osc7yJnYTW3ib82CA3PMZAJiIKA/VZ9VZsnA7YN nmrVNcsUCDqA60BbJM6ylOTZXcNwqbBkbQLyyY1v8YseL6+ejZqg= Received: (qmail 3510 invoked by alias); 12 Nov 2014 18:46:18 -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 3500 invoked by uid 89); 12 Nov 2014 18:46:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: mx01.qsc.de Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 12 Nov 2014 18:46:15 +0000 Received: from tux.net-b.de (port-92-194-240-118.dynamic.qsc.de [92.194.240.118]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx01.qsc.de (Postfix) with ESMTPSA id 14A373D95A; Wed, 12 Nov 2014 19:46:10 +0100 (CET) Message-ID: <5463AAF1.1020602@net-b.de> Date: Wed, 12 Nov 2014 19:46:09 +0100 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Tobias Burnus , Tobias Grosser CC: Roman Gareev , Richard Biener , Albert Cohen , skimo@kotnet.org, Mircea Namolaru , gcc-patches@gcc.gnu.org, DJ Delorie , Alexandre Oliva Subject: Re: [Build, patch] Remove CLooG from the main configure.ac References: <545BD2F8.1050104@grosser.es> <545E768A.9000101@grosser.es> <545FA53F.9080304@grosser.es> <5460A8BA.4050003@grosser.es> <546110CE.70504@grosser.es> <20141111130147.GA16865@physik.fu-berlin.de> In-Reply-To: <20141111130147.GA16865@physik.fu-berlin.de> Tobias Burnus wrote: > Now that CLooG is no longer used by GCC, it makes sense to also remove it from > the main configure file. Especially as the in-tree build currently only works > if also CLooG is available. Turned out that I missed a dependency. One previously had all-gcc -> depends on all-cloog -> depends on all-isl. Build on x86-64-gnu-linux and committed as obvious as Rev. 217438. Tobias Index: ChangeLog =================================================================== --- ChangeLog (Revision 217438) +++ ChangeLog (Arbeitskopie) @@ -1,6 +1,6 @@ 2014-11-11 Tobias Burnus * Makefile.def: Make all-gcc depend on all-isl. * Makefile.in: Regenerate. 2014-11-11 David Malcolm Index: ChangeLog Index: Makefile.def =================================================================== --- Makefile.def (Revision 217437) +++ Makefile.def (Arbeitskopie) @@ -314,6 +314,7 @@ dependencies = { module=all-gcc; on=all-libiberty; dependencies = { module=all-gcc; on=all-intl; }; dependencies = { module=all-gcc; on=all-mpfr; }; dependencies = { module=all-gcc; on=all-mpc; }; +dependencies = { module=all-gcc; on=all-isl; }; dependencies = { module=all-gcc; on=all-build-texinfo; }; dependencies = { module=all-gcc; on=all-build-bison; }; dependencies = { module=all-gcc; on=all-build-flex; }; Index: Makefile.in =================================================================== --- Makefile.in (Revision 217437) +++ Makefile.in (Arbeitskopie) @@ -47692,6 +47692,14 @@ all-stage3-gcc: maybe-all-stage3-mpc all-stage4-gcc: maybe-all-stage4-mpc all-stageprofile-gcc: maybe-all-stageprofile-mpc all-stagefeedback-gcc: maybe-all-stagefeedback-mpc +all-gcc: maybe-all-isl + +all-stage1-gcc: maybe-all-stage1-isl +all-stage2-gcc: maybe-all-stage2-isl +all-stage3-gcc: maybe-all-stage3-isl +all-stage4-gcc: maybe-all-stage4-isl +all-stageprofile-gcc: maybe-all-stageprofile-isl +all-stagefeedback-gcc: maybe-all-stagefeedback-isl all-gcc: maybe-all-build-texinfo all-stage1-gcc: maybe-all-build-texinfo