Re: [Qemu-devel] [PATCH v7 01/10] configure: Support configuring C++ compiler

2013-07-23 Thread Tomoki Sekiyama
Hi Michael, Thanks for your review. On 7/22/13 16:53 , "Michael Roth" wrote: >Quoting Tomoki Sekiyama (2013-07-15 11:20:29) >> Add configuration for C++ compiler in configure and Makefiles. >> The C++ compiler is choosed as following: >> - ${CXX}, if it is specified. >> - ${cross_prefix}g++, i

Re: [Qemu-devel] [PATCH v7 01/10] configure: Support configuring C++ compiler

2013-07-22 Thread Michael Roth
Quoting Tomoki Sekiyama (2013-07-15 11:20:29) > Add configuration for C++ compiler in configure and Makefiles. > The C++ compiler is choosed as following: > - ${CXX}, if it is specified. > - ${cross_prefix}g++, if ${cross_prefix} is specified. > - Otherwise, c++ is used. > > Currently, usage of

[Qemu-devel] [PATCH v7 01/10] configure: Support configuring C++ compiler

2013-07-15 Thread Tomoki Sekiyama
Add configuration for C++ compiler in configure and Makefiles. The C++ compiler is choosed as following: - ${CXX}, if it is specified. - ${cross_prefix}g++, if ${cross_prefix} is specified. - Otherwise, c++ is used. Currently, usage of C++ language is only for access to Windows VSS using COM+ s