Skip to content

Commit

Permalink
GNUmakefile: if we don't crosscompile, apply CFLAGS to hosttools
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Nov 11, 2016
1 parent 07a65f0 commit 2cb5395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ifneq ($(HOSTCC),$(CC))
CROSSCOMPILING=1
else
CROSSCOMPILING=0
CFLAGS_HOST=$(CFLAGS)
endif

ifneq (,$(findstring $(PIC),$(CFLAGS)))
Expand Down

0 comments on commit 2cb5395

Please sign in to comment.