qemu-host: fix compilation when ccache enabled

This commit is contained in:
David Kühling 2012-10-27 05:58:37 +02:00
parent bafe65898f
commit bf115de8fc
1 changed files with 1 additions and 1 deletions

View File

@ -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 \