Merge pull request #3054 from plntyk/fix_qemu

qemu: fix ccache enabled builds
This commit is contained in:
Yousong Zhou 2016-08-13 18:31:19 -05:00 committed by GitHub
commit 4972489d8d
1 changed files with 1 additions and 1 deletions

View File

@ -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