Skip to content
Snippets Groups Projects
Commit 1141aecd authored by Andy Boyett's avatar Andy Boyett
Browse files

use $(HOST_CFLAGS) when not cross-compiling. Thanks Daniel Gimpelevich

SVN-Revision: 18232
parent 0000c40d
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ define Host/Prepare
endef
HOST_CONFIGURE_VARS = \
CFLAGS="$(HOST_CFLAGS)" \
CPPFLAGS="$(HOST_CFLAGS)" \
LDFLAGS="$(HOST_LDFLAGS)" \
SHELL="$(BASH)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment