X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/40432d393fb7b6a69c1b2b4832e0be9296a25386..52b72cdab75ac5e82ce71d2190dc6e779fd9a9b0:/include/host-build.mk diff --git a/include/host-build.mk b/include/host-build.mk index 03feefa2e..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)" \