commit 1154f45501ddb59ca44c862dba48a2ee99f7da75
parent 5ae3447d2c708a9f15979c79fc3e6db45545a0a9
Author: Dirk Neukirchen <plntyk.lede@plntyk.name>
Date: Tue, 9 Aug 2016 13:47:05 +0200
qemu: fix ccache enabled builds
issue reported by buildbots
fix error:
ERROR: unknown option gcc
Signed-off-by: Dirk Neukirchen <plntyk.lede@plntyk.name>
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