qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH v3 01/11] configure: Support configuring c++


From: Tomoki Sekiyama
Subject: Re: [Qemu-devel] [RFC PATCH v3 01/11] configure: Support configuring c++ compiler
Date: Tue, 21 May 2013 21:01:25 +0000

Hi Peter,

On 5/21/13 12:56 , "Peter Maydell" <address@hidden> wrote:

>On 21 May 2013 16:33, Tomoki Sekiyama <address@hidden> 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,
-- 
Tomoki Sekiyama




reply via email to

[Prev in Thread] Current Thread [Next in Thread]