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: Peter Maydell
Subject: Re: [Qemu-devel] [RFC PATCH v3 01/11] configure: Support configuring c++ compiler
Date: Tue, 21 May 2013 17:56:31 +0100

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



reply via email to

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