Skip to content

Commit

Permalink
build: properly pass CPP and CXX flags in HOST_MAKE_VARS
Browse files Browse the repository at this point in the history
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
  • Loading branch information
jow- committed Feb 1, 2017
1 parent 83c9bfa commit e5bc7bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/host-build.mk
Expand Up @@ -69,7 +69,8 @@ HOST_CONFIGURE_ARGS = \

HOST_MAKE_VARS = \
CFLAGS="$(HOST_CFLAGS)" \
CXXFLAGS="$(HOST_CPPFLAGS)" \
CPPFLAGS="$(HOST_CPPFLAGS)" \
CXXFLAGS="$(HOST_CXXFLAGS)" \
LDFLAGS="$(HOST_LDFLAGS)"

HOST_MAKE_FLAGS =
Expand Down

0 comments on commit e5bc7bf

Please sign in to comment.