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

2018-05-10 Thread Tom Rini
On Wed, May 09, 2018 at 06:35:13PM -0400, Tom Rini wrote: > On Wed, May 09, 2018 at 07:16:34AM -0400, Tom Rini wrote: > > On Wed, May 09, 2018 at 12:27:38PM +0200, Daniel Schwierzeck wrote: > > > > > > > > > On 08.05.2018 02:50, Tom Rini wrote: > > > > From: Daniel Schwierzeck

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

2018-05-09 Thread Tom Rini
On Wed, May 09, 2018 at 07:16:34AM -0400, Tom Rini wrote: > On Wed, May 09, 2018 at 12:27:38PM +0200, Daniel Schwierzeck wrote: > > > > > > On 08.05.2018 02:50, Tom Rini wrote: > > > From: Daniel Schwierzeck > > > > > > Add support for gcc versions 7.3.0, 6.4.0

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

2018-05-09 Thread Tom Rini
On Wed, May 09, 2018 at 12:27:38PM +0200, Daniel Schwierzeck wrote: > > > On 08.05.2018 02:50, 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

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

2018-05-09 Thread Daniel Schwierzeck
On 08.05.2018 02:50, 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

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

2018-05-07 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.