From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0ZsU-0006i4-IF for qemu-devel@nongnu.org; Tue, 07 Jan 2014 11:51:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0ZsR-0007be-Cn for qemu-devel@nongnu.org; Tue, 07 Jan 2014 11:51:42 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:44444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0ZsQ-0007Lr-Ou for qemu-devel@nongnu.org; Tue, 07 Jan 2014 11:51:39 -0500 From: Peter Maydell Date: Tue, 7 Jan 2014 16:51:26 +0000 Message-Id: <1389113488-18005-3-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1389113488-18005-1-git-send-email-peter.maydell@linaro.org> References: <1389113488-18005-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 2/4] rules.mak: Link with C++ if we have a C++ compiler List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org, Stefan Weil , Alexander Graf , Blue Swirl , Claudio Fontana , Aurelien Jarno , Anthony Liguori , =?UTF-8?q?Alex=20Benn=C3=A9e?= , kvmarm@lists.cs.columbia.edu, Christoffer Dall , Richard Henderson If we have a C++ compiler available, link with it, because we might be linking some C++ files in. This allows us to include C++ object files in the QEMU binary proper. Signed-off-by: Peter Maydell --- rules.mak | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rules.mak b/rules.mak index cd9187e..391d6eb 100644 --- a/rules.mak +++ b/rules.mak @@ -27,8 +27,12 @@ QEMU_INCLUDES += -I$(