commit | 40261f94bbefe7431129558e2b1ae4fdbd70755b | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Thu May 10 07:15:53 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue May 22 22:08:57 2018 -0400 |
tree | c1c03de1b661f697c03c81788f2ddae1489c8ef6 | |
parent | 4a2b61bf211cfe479cf06ae5821b3b0dcd489ca9 [diff] |
buildman: support newer gcc versions from kernel.org 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 Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>