use $(HOST_CFLAGS) when not cross-compiling. Thanks Daniel Gimpelevich
[openwrt.git] / include / host-build.mk
index 2da41cc..8eb49c8 100644 (file)
@@ -36,6 +36,7 @@ define Host/Prepare
 endef
 
 HOST_CONFIGURE_VARS = \
+       CFLAGS="$(HOST_CFLAGS)" \
        CPPFLAGS="$(HOST_CFLAGS)" \
        LDFLAGS="$(HOST_LDFLAGS)" \
        SHELL="$(BASH)"
This page took 0.026916 seconds and 4 git commands to generate.