[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 146/147] cflags Signed-off-by: Paolo Bonzini <address@hidden>
From: |
Paolo Bonzini |
Subject: |
[PATCH 146/147] cflags Signed-off-by: Paolo Bonzini <address@hidden> |
Date: |
Mon, 10 Aug 2020 19:09:04 +0200 |
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 5d64337..82877f1 100755
--- a/configure
+++ b/configure
@@ -6569,7 +6569,7 @@ EOF
update_cxxflags
- if do_cxx $QEMU_CXXFLAGS -o $TMPE $TMPCXX $TMPO $QEMU_LDFLAGS; then
+ if do_cxx $CXXFLAGS $QEMU_CXXFLAGS -o $TMPE $TMPCXX $TMPO $QEMU_LDFLAGS;
then
# C++ compiler $cxx works ok with C compiler $cc
:
else
--
1.8.3.1
- [PATCH 138/147] rules.mak: drop unneeded macros, (continued)
[PATCH 142/147] meson: convert VNC and dependent libraries to meson, Paolo Bonzini, 2020/08/10
[PATCH 143/147] meson: convert po/, Paolo Bonzini, 2020/08/10
[PATCH 146/147] cflags Signed-off-by: Paolo Bonzini <address@hidden>,
Paolo Bonzini <=
[PATCH 147/147] meson: avoid unstable module warning with Meson 0.56.0 or newer, Paolo Bonzini, 2020/08/10
[PATCH 145/147] acceptance: use stable URLs for the Debian and Ubuntu installer, Paolo Bonzini, 2020/08/10
[PATCH 144/147] meson: update build-system documentation, Paolo Bonzini, 2020/08/10
Re: [PATCH 000/147] Meson integration for 5.2, Peter Maydell, 2020/08/10