From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25588 invoked by alias); 11 Jul 2011 20:58:44 -0000 Received: (qmail 25580 invoked by uid 22791); 11 Jul 2011 20:58:44 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jul 2011 20:58:29 +0000 Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by smtp-out.google.com with ESMTP id p6BKwSww019816 for ; Mon, 11 Jul 2011 13:58:28 -0700 Received: from iwn9 (iwn9.prod.google.com [10.241.68.73]) by wpaz5.hot.corp.google.com with ESMTP id p6BKvoZG029517 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Mon, 11 Jul 2011 13:58:26 -0700 Received: by iwn9 with SMTP id 9so7713863iwn.11 for ; Mon, 11 Jul 2011 13:58:26 -0700 (PDT) Received: by 10.43.50.5 with SMTP id vc5mr6015092icb.31.1310417906549; Mon, 11 Jul 2011 13:58:26 -0700 (PDT) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id e1sm14243537icv.20.2011.07.11.13.58.25 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Jul 2011 13:58:25 -0700 (PDT) From: Ian Lance Taylor To: Eric Botcazou Cc: gcc@gcc.gnu.org, Toon Moene Subject: Re: C++ bootstrap of GCC - still useful ? References: <4E18B50E.2050402@moene.org> <201107112100.00586.ebotcazou@adacore.com> <201107112224.09577.ebotcazou@adacore.com> Date: Mon, 11 Jul 2011 20:58:00 -0000 In-Reply-To: <201107112224.09577.ebotcazou@adacore.com> (Eric Botcazou's message of "Mon, 11 Jul 2011 22:24:09 +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/msg00163.txt.bz2 Eric Botcazou writes: >> If there is an up to date patch, I'm happy to review it if it would >> help. But perhaps an Ada maintainer would prefer to do the review, I >> don't know what the usual policy is as I've never approved an Ada patch. > > The patch is here: http://gcc.gnu.org/ml/gcc-patches/2011-07/msg00845.html Thanks. I'm not sure that always setting LINKER=$(CXX) in gnattools/Makefile.in is correct. It seems to me that that should vary based on --enable-build-with-cxx, as is done in gcc/Makefile.in. But I don't know much about building Ada, and perhaps this is right. Otherwise the patch looks fine to me, for whatever that is worth. Ian