]> git.sur5r.net Git - u-boot/commit
buildman: support newer gcc versions from kernel.org
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Thu, 10 May 2018 11:15:53 +0000 (07:15 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 23 May 2018 02:08:57 +0000 (22:08 -0400)
commit4c58d273e0f2cc21821c1de32494abd5de411d9b
treec1c03de1b661f697c03c81788f2ddae1489c8ef6
parentf58e94602edda7aaa0173e1437bf5972004e133d
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>
.travis.yml
tools/buildman/toolchain.py