Re: [Qemu-devel] [PATCH] configure: check that C++ compiler actually works

2014-02-24 Thread Peter Maydell
On 20 February 2014 15:10, Peter Maydell wrote: > Check that the C++ compiler works with the C compiler; if it > does not, then don't pass CXX to the build process. This > fixes a regression where QEMU was no longer building if the > build environment didn't have a C++ compiler (introduced > in co

Re: [Qemu-devel] [PATCH] configure: check that C++ compiler actually works

2014-02-20 Thread Alexey Kardashevskiy
On 02/21/2014 02:58 AM, Thomas Huth wrote: > On Thu, 20 Feb 2014 15:10:16 + > Peter Maydell wrote: > >> Check that the C++ compiler works with the C compiler; if it >> does not, then don't pass CXX to the build process. This >> fixes a regression where QEMU was no longer building if the >> bu

Re: [Qemu-devel] [PATCH] configure: check that C++ compiler actually works

2014-02-20 Thread Thomas Huth
On Thu, 20 Feb 2014 15:10:16 + Peter Maydell wrote: > Check that the C++ compiler works with the C compiler; if it > does not, then don't pass CXX to the build process. This > fixes a regression where QEMU was no longer building if the > build environment didn't have a C++ compiler (introduce

[Qemu-devel] [PATCH] configure: check that C++ compiler actually works

2014-02-20 Thread Peter Maydell
Check that the C++ compiler works with the C compiler; if it does not, then don't pass CXX to the build process. This fixes a regression where QEMU was no longer building if the build environment didn't have a C++ compiler (introduced in commit 3144f78b, which incorrectly assumed that rules.mak wou