build: remove redundant call to $(SH_FUNC) (#8042)
[openwrt.git] / include / host-build.mk
index 03feefa..df7d606 100644 (file)
@@ -45,6 +45,7 @@ define Host/Prepare
 endef
 
 HOST_CONFIGURE_VARS = \
+       CC="$(HOSTCC)" \
        CFLAGS="$(HOST_CFLAGS)" \
        CPPFLAGS="$(HOST_CFLAGS)" \
        LDFLAGS="$(HOST_LDFLAGS)" \
This page took 0.028788 seconds and 4 git commands to generate.