qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] configure: check that C++ compiler actually works
Date: Mon, 24 Feb 2014 15:38:31 +0000

On 20 February 2014 15:10, Peter Maydell <address@hidden> 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 commit 3144f78b, which incorrectly assumed that rules.mak
> would only see a non-empty $(CXX) if configure had actually
> found a working C++ compiler).
>
> Signed-off-by: Peter Maydell <address@hidden>
> Reported-by: Alexey Kardashevskiy <address@hidden>
> Reported-by: Thomas Huth <address@hidden>
> ---
> Apologies for the breakage for people who were building in
> setups with no C++ compiler -- I should have tested the
> original change more thoroughly

Applied directly to master since it's a build-breakage fix.

thanks
-- PMM



reply via email to

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