From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19603 invoked by alias); 12 Jul 2011 10:24:29 -0000 Received: (qmail 19594 invoked by uid 22791); 12 Jul 2011 10:24:28 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,TW_CX X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Jul 2011 10:24:08 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 9C47BCB01D3; Tue, 12 Jul 2011 12:24:07 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zASDBVczk-Tl; Tue, 12 Jul 2011 12:23:57 +0200 (CEST) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id 77E7CCB01DD; Tue, 12 Jul 2011 12:23:57 +0200 (CEST) Received: by province.act-europe.fr (Postfix, from userid 525) id 67CC3164813; Tue, 12 Jul 2011 12:23:57 +0200 (CEST) Date: Tue, 12 Jul 2011 10:36:00 -0000 From: Arnaud Charlet To: Eric Botcazou Cc: gcc-patches@gcc.gnu.org, Laurent GUERBY Subject: Re: [Ada] Fix --enable-build-with-cxx build Message-ID: <20110712102357.GA91698@adacore.com> References: <201107112135.34675.ebotcazou@adacore.com> <201107121213.35262.ebotcazou@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201107121213.35262.ebotcazou@adacore.com> User-Agent: Mutt/1.5.17 (2007-11-01) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg00888.txt.bz2 > Revised version, only 33 files modified now (instead of 51). We compile the C > files for the compiler proper (and gnatbind) with the C++ compiler, but we > keep compiling them with the C compiler in the other cases (library & tools). > I think that this is in keeping with the other compilers (e.g. libgcc is still > compiled with the C compiler). > > Bootstrapped/regtested on x86_64-suse-linux with > --enable-build-with-cxx. > > Arno, do you have any objections to me applying this? Certainly looks better to me. Arno