From ff3fc80da960c8cb763084e9ff6bb90e3e59d1cd Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Mon, 11 Jun 2012 23:23:50 +0200 Subject: host-qemu: make sure that the host's CPPFLAGS are used This fixes building against the built host-zlib. Signed-off-by: Jan Luebbe --- rules/host-qemu.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/host-qemu.make b/rules/host-qemu.make index 6fd8133..7448cae 100644 --- a/rules/host-qemu.make +++ b/rules/host-qemu.make @@ -33,6 +33,7 @@ HOST_QEMU_DIR := $(HOST_BUILDDIR)/$(HOST_QEMU) # HOST_QEMU_CONF_TOOL := autoconf HOST_QEMU_CONF_OPT := $(HOST_AUTOCONF) \ + --extra-cflags="$(HOST_CPPFLAGS)" \ --target-list=arm-softmmu,i386-softmmu # vim: syntax=make -- cgit v1.2.3