summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-06-11 23:23:50 +0200
committerJan Luebbe <jlu@pengutronix.de>2012-06-11 23:23:50 +0200
commitff3fc80da960c8cb763084e9ff6bb90e3e59d1cd (patch)
treef8914e38c4861983881f8cd1eb2e8e5e7b7b6d66
parentfb045401a4f128e2d472061f596c0a2c8e5bc504 (diff)
downloadOSELAS.BSP-Pengutronix-Generic-ff3fc80da960c8cb763084e9ff6bb90e3e59d1cd.tar.gz
OSELAS.BSP-Pengutronix-Generic-ff3fc80da960c8cb763084e9ff6bb90e3e59d1cd.tar.xz
host-qemu: make sure that the host's CPPFLAGS are used
This fixes building against the built host-zlib. Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
-rw-r--r--rules/host-qemu.make1
1 files changed, 1 insertions, 0 deletions
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