]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MAKEALL: add support for per architecture toolchains
authorAllen Martin <amartin@nvidia.com>
Tue, 29 Jan 2013 14:34:58 +0000 (14:34 +0000)
committerTom Rini <trini@ti.com>
Wed, 20 Feb 2013 14:40:34 +0000 (09:40 -0500)
commit47104c37de076e2be35ae1b3d144614f4d24a766
treed431709a99a447a3d1c9762833be7d51d644e553
parent3e34cf7bffb87f3a96a87a4d1e0a76df7322b3c1
MAKEALL: add support for per architecture toolchains

Add support for per architecture CROSS_COMPILE toolchain definitions
via CROSS_COMPILE_ARCH where "ARCH" is any of the supported u-boot
architectures.  This allows building every supported u-boot board in a
single pass of MAKEALL.

Signed-off-by: Allen Martin <amartin@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>
MAKEALL