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:
parent
5ae3447d2c
commit
1154f45501
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue