Message ID | 1586176565-29951-3-git-send-email-bmeng.cn@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | azure/gitlab/travis: Switch to gcc 9.2.0 | expand |
On Mon, Apr 06, 2020 at 05:36:04AM -0700, Bin Meng wrote: > This adds support to fetch gcc 9.2.0 toolchains. > > Signed-off-by: Bin Meng <bmeng.cn at gmail.com> Reviewed-by: Tom Rini <trini at konsulko.com>
diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py index 89c54d6..4456a80 100644 --- a/tools/buildman/toolchain.py +++ b/tools/buildman/toolchain.py @@ -490,7 +490,7 @@ class Toolchains: if arch == 'aarch64': arch = 'arm64' base = 'https://www.kernel.org/pub/tools/crosstool/files/bin' - versions = ['7.3.0', '6.4.0', '4.9.4'] + versions = ['9.2.0', '7.3.0', '6.4.0', '4.9.4'] links = [] for version in versions: url = '%s/%s/%s/' % (base, arch, version)
This adds support to fetch gcc 9.2.0 toolchains. Signed-off-by: Bin Meng <bmeng.cn at gmail.com> --- tools/buildman/toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)