From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uetgj-0005JB-4x for qemu-devel@nongnu.org; Tue, 21 May 2013 17:01:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uetgd-0004xf-Sx for qemu-devel@nongnu.org; Tue, 21 May 2013 17:01:40 -0400 Received: from usindpps04.hds.com ([207.126.252.17]:39726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uetgd-0004xM-HB for qemu-devel@nongnu.org; Tue, 21 May 2013 17:01:35 -0400 From: Tomoki Sekiyama Date: Tue, 21 May 2013 21:01:25 +0000 Message-ID: In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: <1E0A6998FBD91840AA573B9776D563B6@hds.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC PATCH v3 01/11] configure: Support configuring c++ compiler List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "mdroth@linux.vnet.ibm.com" , "qemu-devel@nongnu.org" , "lcapitulino@redhat.com" , "vrozenfe@redhat.com" , "pbonzini@redhat.com" , Seiji Aguchi , "areis@redhat.com" Hi Peter, On 5/21/13 12:56 , "Peter Maydell" wrote: >On 21 May 2013 16:33, Tomoki Sekiyama wrote: >> Add configuration for c++ compiler (${corss_prefix}g++ as default) in >> configure and Makefiles. > >I think you should follow the same logic we use for picking >the C compiler, so that we use 'c++' rather than 'g++' if >cross_prefix isn't specified. Otherwise we'll end up on MacOSX >with the odd effect of using clang for C and some ancient >compiler for C++... > >> Currently, usage of c++ language is only for access to Windows VSS >> using COM+ services in qemu-guest-agent for Windows. > >...which isn't important for this use, but I'm sure once configure >has support for C++ it'll spread to other uses later. > >thanks >-- PMM OK, I will follow the logic for C compiler in the next version. Thanks, --=20 Tomoki Sekiyama