From patchwork Sun May 1 10:51:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Jelinek X-Patchwork-Id: 617157 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 3qyPPn3Dytz9t3x for ; Sun, 1 May 2016 20:51:40 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=fJV0TvDz; 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:date :from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:in-reply-to; q=dns; s=default; b=SOQECBnBrI6XGZyn/ RrMACvnHxQKLnLqn99ctQLqnqauDD69SkTAKDiSOEHgEo3ablwM98VaNfiXzE/g1 Ne//XJBUOxHvGJjtFZN9opekB4dZyXlnLsN6PhqCDNhh1dfW7T+E+WcOhAlAA0Y6 BOx0M6p8uclPnmFoDUpofN8JHM= 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:date :from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:in-reply-to; s=default; bh=UkKAf7I46BJA4lsP4H/4FWd k3ic=; b=fJV0TvDzExOHj+z86b74V9jvPvPi/qbQAFukSdlUVYENgooobUhHAsX jmuncOCKgklls93ODpgdgcPc1qGMu+uoz6gcQ3Vc21z2gJjd1Xcruj1XWFdpkqKF zr6BtIRNI/F5lHq9JVr9k5oeTaeXpM0/t8GB/L8dP1/dTNlAyalg= Received: (qmail 76747 invoked by alias); 1 May 2016 10:51:31 -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 76732 invoked by uid 89); 1 May 2016 10:51:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=BAYES_20, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=noticing, sk:x$enabl, DEVPHASE, yes, types, extra X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 01 May 2016 10:51:18 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 37333E77D1; Sun, 1 May 2016 10:51:17 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-113-135.phx2.redhat.com [10.3.113.135]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u41ApF3l014704 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 1 May 2016 06:51:16 -0400 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id u41ApCUo028912; Sun, 1 May 2016 12:51:13 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id u41ApAi0028911; Sun, 1 May 2016 12:51:10 +0200 Date: Sun, 1 May 2016 12:51:10 +0200 From: Jakub Jelinek To: Andreas Schwab Cc: Jason Merrill , Richard Biener , David Edelsohn , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix bootstrap on powerpc*-aix* (PR bootstrap/70704) Message-ID: <20160501105110.GG26501@tucnak.zalov.cz> Reply-To: Jakub Jelinek References: <20160425193029.GO26501@tucnak.zalov.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes On Sun, May 01, 2016 at 11:05:29AM +0200, Andreas Schwab wrote: > Jakub Jelinek writes: > > > + if test "x$enable_checking" = x && \ > > + test -d ${srcdir}/gcc && \ > > + test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then > > + stage1_checking=yes,types,extra > > s/=/=--enable-checking=/ Thanks for noticing, committed as obvious: 2016-05-01 Jakub Jelinek PR bootstrap/70704 * configure.ac (--enable-stage1-checking): Add missing --enable-checking=. * configure: Regenerated. Jakub --- configure.ac (revision 235691) +++ configure.ac (revision 235692) @@ -3537,7 +3537,7 @@ AC_ARG_ENABLE(stage1-checking, if test "x$enable_checking" = x && \ test -d ${srcdir}/gcc && \ test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then - stage1_checking=yes,types,extra + stage1_checking=--enable-checking=yes,types,extra fi else stage1_checking=--enable-checking=$enable_checking,types --- configure (revision 235691) +++ configure (revision 235692) @@ -14857,7 +14857,7 @@ else if test "x$enable_checking" = x && \ test -d ${srcdir}/gcc && \ test x"`cat ${srcdir}/gcc/DEV-PHASE`" = xexperimental; then - stage1_checking=yes,types,extra + stage1_checking=--enable-checking=yes,types,extra fi else stage1_checking=--enable-checking=$enable_checking,types