Re: [U-Boot] [U-Boot, PATCHv3, 2/3] buildman: support newer gcc versions from kernel.org

2018-05-23 Thread Tom Rini
On Thu, May 10, 2018 at 07:15:53AM -0400, Tom Rini wrote: > From: Daniel Schwierzeck > > 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-'. > > As part of this, we switch TravisCI to al

[U-Boot] [PATCHv3 2/3] buildman: support newer gcc versions from kernel.org

2018-05-10 Thread Tom Rini
From: Daniel Schwierzeck 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-'. As part of this, we switch TravisCI to also using these toolchains for all platforms. Signed-off-by: Daniel Schwier