aboutsummaryrefslogtreecommitdiff
path: root/utils/qemu/Makefile
diff options
context:
space:
mode:
authorDirk Neukirchen <plntyk.lede@plntyk.name>2016-08-09 13:47:05 +0200
committerDirk Neukirchen <plntyk.lede@plntyk.name>2016-08-13 18:48:18 +0200
commit1154f45501ddb59ca44c862dba48a2ee99f7da75 (patch)
tree933f5b181f25ea753f0a9bc835b1225fd46e0d66 /utils/qemu/Makefile
parent5ae3447d2c708a9f15979c79fc3e6db45545a0a9 (diff)
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 (limited to 'utils/qemu/Makefile')
-rw-r--r--utils/qemu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile
index f890fbeee..974524d99 100644
--- 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