X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/06304272057051a9d2a412f0a27b31ce6c917b6f..957731ef89fc1876a0ab8c56d50001011b20abb0:/include/host-build.mk diff --git a/include/host-build.mk b/include/host-build.mk index dbd1c3aa4..df7d60611 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -45,6 +45,7 @@ define Host/Prepare endef HOST_CONFIGURE_VARS = \ + CC="$(HOSTCC)" \ CFLAGS="$(HOST_CFLAGS)" \ CPPFLAGS="$(HOST_CFLAGS)" \ LDFLAGS="$(HOST_LDFLAGS)" \ @@ -154,6 +155,7 @@ ifndef DUMP install: host-install clean: host-clean update: host-update + refresh: host-refresh $(HOST_STAMP_BUILT): $(HOST_STAMP_CONFIGURED) $(foreach hook,$(Hooks/HostCompile/Pre),$(call $(hook))$(sep))