Hi Eric,
Thank you for the review.
On 5/21/13 12:42 , "Eric Blake" wrote:
>On 05/21/2013 09:33 AM, Tomoki Sekiyama wrote:
>> Add configuration for c++ compiler (${corss_prefix}g++ as default) in
>
>s/corss/cross/
Oops, I'll fix this in next version...
(with a fix for logic to configure c++ 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 '
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. Other
On 05/21/2013 09:33 AM, Tomoki Sekiyama wrote:
> Add configuration for c++ compiler (${corss_prefix}g++ as default) in
s/corss/cross/
> configure and Makefiles.
>
> Currently, usage of c++ language is only for access to Windows VSS
> using COM+ services in qemu-guest-agent for Windows.
>
--
E
Add configuration for c++ compiler (${corss_prefix}g++ as default) in
configure and Makefiles.
Currently, usage of c++ language is only for access to Windows VSS
using COM+ services in qemu-guest-agent for Windows.
Signed-off-by: Tomoki Sekiyama
---
configure |6 ++
rules.mak |9 +++