qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 98b21d: configure: check that C++ compiler ac


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 98b21d: configure: check that C++ compiler actually works
Date: Mon, 24 Feb 2014 08:00:03 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 98b21dcdb331798709edafcd65b5b7a1e07302db
      
https://github.com/qemu/qemu/commit/98b21dcdb331798709edafcd65b5b7a1e07302db
  Author: Peter Maydell <address@hidden>
  Date:   2014-02-24 (Mon, 24 Feb 2014)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: check that C++ compiler actually works

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>
Tested-by: Thomas Huth <address@hidden>
Tested-by: Alexey Kardashevskiy <address@hidden>
Message-id: address@hidden



reply via email to

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