qemu: fix ccache enabled builds

issue reported by buildbots
fix error:
ERROR: unknown option gcc

Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
This commit is contained in:
Dirk Neukirchen 2016-08-09 13:47:05 +02:00
parent 5ae3447d2c
commit 1154f45501
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