On Mon, Mar 03, 2014 at 11:06:19AM +0900, Masahiro Yamada wrote:

> Programs in tools/ directory are usually built for the host.
> But some of them (mkimage, dumpimge, gen_eth_addr, etc.) are
> useful on the target OS too.
> 
> Actually, prior to Kbuild, U-Boot could build tools for
> the target like follows:
> 
>   $ make <target_board>_config
>   $ export CROSS_COMPILE=<cross_gcc_prefix>
>   $ make HOSTCC=${CROSS_COMPILE}gcc HOSTSTRIP=${CROSS_COMPILE}strip tools
> 
> In Kbuild, we can no longer replace HOSTCC at the command line.
> 
> In order to get back that feature, this commit adds "cross-tools" target.
> 
> Usage:
> 
>   Build tools for the host
>   $ make CROSS_COMPILE=<cross_gcc_prefix> tools
> 
>   Build tools for the target
>   $ make CROSS_COMPILE=<cross_gcc_prefix> cross_tools
> 
> Besides, "make cross_tools" strip tools programs because we
> generally expect smaller storages on embedded systems.
> 
> Signed-off-by: Masahiro Yamada <yamad...@jp.panasonic.com>
> Reported-by: Heiko Schocher <h...@denx.de>
> Cc: Wolfgang Denk <w...@denx.de>
> Cc: Tom Rini <tr...@ti.com>
> Tested-by: Heiko Schocher <h...@denx.de>
> Acked-by: Heiko Schocher <h...@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to