From: Dirk Neukirchen Date: Tue, 9 Aug 2016 11:47:05 +0000 (+0200) Subject: qemu: fix ccache enabled builds X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1154f45501ddb59ca44c862dba48a2ee99f7da75;p=feed%2Fpackages.git qemu: fix ccache enabled builds issue reported by buildbots fix error: ERROR: unknown option gcc Signed-off-by: Dirk Neukirchen --- diff --git a/utils/qemu/Makefile b/utils/qemu/Makefile index f890fbeee1..974524d99e 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