mkimage: cross compile fix: pass HOST_*FLAGS in to uboot's makefile
authorFelix Fietkau <nbd@openwrt.org>
Sun, 19 Jul 2015 14:59:26 +0000 (14:59 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 19 Jul 2015 14:59:26 +0000 (14:59 +0000)
commit0fc6755f66c842c2b25768bf954fdf60355c21e0
tree6b7afc7fc10749c4f5f21bbbf26b1c47dd7e2868
parent13f50151bc99f2d36d768e6b9da7d11aa0a00507
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>
SVN-Revision: 46424
tools/mkimage/Makefile