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)
commit32165afac92476183f124f889a56669eeffaa9b1
treee81567eabb2520496253866b4f73104484d36fb4
parent1a1b95bbe2b4327e19cbd06d4813c65551053274
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