From patchwork Wed Dec 3 19:10:16 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jack Howarth X-Patchwork-Id: 417523 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 223FC1400E7 for ; Thu, 4 Dec 2014 06:10:29 +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 :mime-version:date:message-id:subject:from:to:content-type; q= dns; s=default; b=fLijhC5vp46Zf1b6c1QivGczr78Yytul4CLQDqzkbPDDJ1 rPSZin7JdD0jNWlmBSvH24x/Z51fQI/To303grSjzd8xXnb2xhPjzRi1ka1zIOlf ErhlLqTCcMFeuCXCf4pEcqcr8WvTPtSp9qPipYgtkVfAjy3NOvjqIUfx6DvAk= 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:date:message-id:subject:from:to:content-type; s= default; bh=gIRaGFFnTA5hpkqQs7yXMQaxk1A=; b=QKaw6/pQnRht9XlA9yNj yb3Dq/p1piVkwgt2JHNTVHdJo4u+7ZZlRCRcpb5hY3ooWId+5dUTI8EF14ZZhPBL omsIZMHpq/lo5EAhHdzljP84zLG06XjPO1+8nXEDP+SU72WFOMNfci4lbMkES9NL +PHPjio3WIsOTV4Tom7gaH4= Received: (qmail 18651 invoked by alias); 3 Dec 2014 19:10:20 -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 18640 invoked by uid 89); 3 Dec 2014 19:10:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f50.google.com Received: from mail-oi0-f50.google.com (HELO mail-oi0-f50.google.com) (209.85.218.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 03 Dec 2014 19:10:18 +0000 Received: by mail-oi0-f50.google.com with SMTP id a141so11222143oig.23 for ; Wed, 03 Dec 2014 11:10:16 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.182.33.67 with SMTP id p3mr4262752obi.15.1417633816634; Wed, 03 Dec 2014 11:10:16 -0800 (PST) Received: by 10.76.112.72 with HTTP; Wed, 3 Dec 2014 11:10:16 -0800 (PST) Date: Wed, 3 Dec 2014 14:10:16 -0500 Message-ID: Subject: [PATCH]: Remove unnecessary usage of -DCLOOG_INT_GMP on islinc From: Jack Howarth To: GCC Patches , Tobias Grosser , Tobias Burnus X-IsSubscribed: yes The attached patch completes the removal of the cloog support in gcc trunk by removing the use of -DCLOOG_INT_GMP on islinc in config/isl.m4 and the top-level configure. Bootstrap tested against isl 0.14 on x86_64-apple-darwin14. Okay for gcc trunk? Jack 2014-12-03 Jack Howarth * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc. * configure: Regenerated. Index: config/isl.m4 =================================================================== --- config/isl.m4 (revision 218324) +++ config/isl.m4 (working copy) @@ -69,7 +69,6 @@ AC_DEFUN([ISL_INIT_FLAGS], AC_MSG_WARN([using in-tree ISL, disabling version check]) fi - islinc="-DCLOOG_INT_GMP ${islinc}" isllibs="${isllibs} -lisl" ] )