mkimage: cross compile fix: pass HOST_*FLAGS in to uboot's makefile
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 26 Nov 2015 10:39:41 +0000 (10:39 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 26 Nov 2015 10:39:41 +0000 (10:39 +0000)
commit7147e1228b10632da2d91a3cd06a796d4f76b6c6
tree6934d85450f868e0062c4d4385270dd7a4151f44
parent297845cd77b21c9e2fe8015d23acc9dbf35e8c69
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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47651 3c298f89-4303-0410-b956-a3cf2f4a3e73
tools/mkimage/Makefile