From bf115de8fcdda243124eeb1a6b14073507f2f1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sat, 27 Oct 2012 05:58:37 +0200 Subject: [PATCH] qemu-host: fix compilation when ccache enabled --- qemu-host/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-host/Makefile b/qemu-host/Makefile index 4d43a00..dde7270 100644 --- a/qemu-host/Makefile +++ b/qemu-host/Makefile @@ -52,7 +52,7 @@ HOST_CONFIGURE_VARS = # --extra-cflags="$(HOST_CFLAGS) $(HOST_CPPFLAGS)" HOST_CONFIGURE_ARGS = \ - --cc=$(HOSTCC) \ + --cc="$(HOSTCC)" \ --prefix=$(STAGING_DIR_HOST) \ --extra-ldflags="$(HOST_LDFLAGS)" \ --sysconfdir=$(STAGING_DIR_HOST)/etc \