From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17094 invoked by alias); 20 Jul 2011 15:06:32 -0000 Received: (qmail 17017 invoked by uid 22791); 20 Jul 2011 15:06:31 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Jul 2011 15:05:37 +0000 Received: from wpaz29.hot.corp.google.com (wpaz29.hot.corp.google.com [172.24.198.93]) by smtp-out.google.com with ESMTP id p6KF5ajD002314 for ; Wed, 20 Jul 2011 08:05:36 -0700 Received: from iyi20 (iyi20.prod.google.com [10.241.51.20]) by wpaz29.hot.corp.google.com with ESMTP id p6KF5Zik016802 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 20 Jul 2011 08:05:35 -0700 Received: by iyi20 with SMTP id 20so266131iyi.7 for ; Wed, 20 Jul 2011 08:05:35 -0700 (PDT) Received: by 10.231.191.216 with SMTP id dn24mr2619686ibb.32.1311174334720; Wed, 20 Jul 2011 08:05:34 -0700 (PDT) Received: from coign.google.com ([67.218.102.18]) by mx.google.com with ESMTPS id us2sm433294icb.7.2011.07.20.08.05.20 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 20 Jul 2011 08:05:34 -0700 (PDT) From: Ian Lance Taylor To: Toon Moene Cc: gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org Subject: Re: PATCH RFA: Build stages 2 and 3 with C++ References: <4E26E775.7070802@moene.org> Date: Wed, 20 Jul 2011 15:23:00 -0000 In-Reply-To: <4E26E775.7070802@moene.org> (Toon Moene's message of "Wed, 20 Jul 2011 16:34:29 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg00383.txt.bz2 Toon Moene writes: > On 07/19/2011 08:33 PM, Ian Lance Taylor wrote: > >>> 2011-07-15 Ian Lance Taylor >>> >>> * configure.ac: Add --enable-build-poststage1-with-cxx. If set, >>> make C++ a boot_language. Set and substitute >>> POSTSTAGE1_CONFIGURE_FLAGS. >>> * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable. >>> (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS). >>> * configure, Makefile.in: Rebuild. >> >> >> I got agreement from two global reviewers and no objections. >> >> I have committed this patch. >> >> Please let me know about any problems. > > This was probably the reason for: > > http://gcc.gnu.org/ml/gcc-testresults/2011-07/msg02302.html Yes. I just committed a patch to fix that problem. Ian