commit 4972489d8d814006f57d109bd61ca2db2a13a2e4
parent 5ae3447d2c708a9f15979c79fc3e6db45545a0a9
Author: Yousong Zhou <yszhou4tech@gmail.com>
Date: Sat, 13 Aug 2016 18:31:19 -0500
Merge pull request #3054 from plntyk/fix_qemu
qemu: fix ccache enabled builds
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile
@@ -45,7 +45,7 @@ CONFIGURE_ARGS:=$(filter-out \
# Building qemu-ga alone does not require zlib
CONFIGURE_ARGS+= \
--cross-prefix=$(TARGET_CROSS) \
- --host-cc=$(HOSTCC) \
+ --host-cc="$(HOSTCC)" \
--target-list='' \
--disable-zlib-test \
--enable-guest-agent