1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-24 04:12:51 +02:00

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

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 \