Re: [U-Boot] [PATCH] MAKEALL: add support for per architecture toolchains

2013-01-25 Thread Simon Glass
On Fri, Jan 25, 2013 at 7:48 AM, Allen Martin wrote: > 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. > > Si

[U-Boot] [PATCH] MAKEALL: add support for per architecture toolchains

2013-01-24 Thread Allen Martin
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 --- MAKEALL | 32 ++