Re: [U-Boot] [PATCH] buildman: support newer gcc versions from kernel.org

2018-02-09 Thread Tom Rini
On Fri, Feb 09, 2018 at 10:53:44PM +0100, Daniel Schwierzeck wrote: > > > On 09.02.2018 22:43, Tom Rini wrote: > > On Fri, Feb 09, 2018 at 10:37:47PM +0100, Daniel Schwierzeck wrote: > >> Add support for gcc versions 7.3.0, 6.4.0 and 4.9.4. > >> > >> Also use a regex for matching the tarball name

Re: [U-Boot] [PATCH] buildman: support newer gcc versions from kernel.org

2018-02-09 Thread Daniel Schwierzeck
On 09.02.2018 22:43, Tom Rini wrote: > On Fri, Feb 09, 2018 at 10:37:47PM +0100, Daniel Schwierzeck wrote: >> Add support for gcc versions 7.3.0, 6.4.0 and 4.9.4. >> >> Also use a regex for matching the tarball names. Some gcc versions >> use '-ARCH-' instead of '_ARCH-'. >> >> Signed-off-by: Dan

Re: [U-Boot] [PATCH] buildman: support newer gcc versions from kernel.org

2018-02-09 Thread Tom Rini
On Fri, Feb 09, 2018 at 10:37:47PM +0100, Daniel Schwierzeck wrote: > Add support for gcc versions 7.3.0, 6.4.0 and 4.9.4. > > Also use a regex for matching the tarball names. Some gcc versions > use '-ARCH-' instead of '_ARCH-'. > > Signed-off-by: Daniel Schwierzeck > > --- > > tools/buildma