Re: [U-Boot] [PATCH 7/8] buildman: Allow the toolchain architecture to be specified

2016-03-12 Thread Simon Glass
On 7 March 2016 at 09:58, Joe Hershberger wrote: > On Sun, Mar 6, 2016 at 8:45 PM, Simon Glass wrote: >> At present the architecture is deduced from the toolchain filename. Allow it >> to be specified by the caller. >> >> Signed-off-by: Simon Glass > > Reviewed-by: Joe Hershberger http://lists.d

Re: [U-Boot] [PATCH 7/8] buildman: Allow the toolchain architecture to be specified

2016-03-07 Thread Joe Hershberger
On Sun, Mar 6, 2016 at 8:45 PM, Simon Glass wrote: > At present the architecture is deduced from the toolchain filename. Allow it > to be specified by the caller. > > Signed-off-by: Simon Glass Reviewed-by: Joe Hershberger http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 7/8] buildman: Allow the toolchain architecture to be specified

2016-03-06 Thread Simon Glass
At present the architecture is deduced from the toolchain filename. Allow it to be specified by the caller. Signed-off-by: Simon Glass --- tools/buildman/toolchain.py | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/tools/buildman/toolchain.py b/tools/build