Re: [U-Boot] [PATCH] buildman: allow multiple toolchains in a single path

2015-02-15 Thread Simon Glass
On 15 February 2015 at 14:31, Simon Glass wrote: > On 31 January 2015 at 16:12, Albert ARIBAUD wrote: >> When buildman scans a toolchain path, it stops at the >> first toolchain found. However, a single path can contains >> several toolchains, each with its own prefix. >> >> This patch lets build

Re: [U-Boot] [PATCH] buildman: allow multiple toolchains in a single path

2015-02-15 Thread Simon Glass
On 31 January 2015 at 16:12, Albert ARIBAUD wrote: > When buildman scans a toolchain path, it stops at the > first toolchain found. However, a single path can contains > several toolchains, each with its own prefix. > > This patch lets buildman scan all toolchains in the path. > > Signed-off-by: A

[U-Boot] [PATCH] buildman: allow multiple toolchains in a single path

2015-01-31 Thread Albert ARIBAUD
When buildman scans a toolchain path, it stops at the first toolchain found. However, a single path can contains several toolchains, each with its own prefix. This patch lets buildman scan all toolchains in the path. Signed-off-by: Albert ARIBAUD --- tools/buildman/toolchain.py | 9 + 1