mkimage: cross compile fix: pass HOST_*FLAGS in to uboot's makefile
authorFelix Fietkau <nbd@openwrt.org>
Thu, 26 Nov 2015 10:39:41 +0000 (10:39 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 26 Nov 2015 10:39:41 +0000 (10:39 +0000)
commitd3ca80daaebb60d12e00de83a5ba6a2478c0f635
tree1b90dc03c632444301805e8e27d13f1c0eb4c0c9
parent5badf7d1f0b10c883ba0da99392b52765efd5ead
mkimage: cross compile fix: pass HOST_*FLAGS in to uboot's makefile

The HOST_*FLAGS are for compiling programs which will run on the machine that is
running the build.  Setting these flags is frequently required for unusual
cross-compiles.

Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
Backport of r46424

SVN-Revision: 47651
tools/mkimage/Makefile