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

2013-07-25 Thread Michael Roth
Quoting Tomoki Sekiyama (2013-07-23 17:45:31) > 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 v8 01/10] configure: Support configuring C++ compiler

2013-07-23 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