From 1154f45501ddb59ca44c862dba48a2ee99f7da75 Mon Sep 17 00:00:00 2001 From: Dirk Neukirchen Date: Tue, 9 Aug 2016 13:47:05 +0200 Subject: [PATCH] qemu: fix ccache enabled builds issue reported by buildbots fix error: ERROR: unknown option gcc Signed-off-by: Dirk Neukirchen --- utils/qemu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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