diff options
author | Tom Rini <trini@konsulko.com> | 2023-07-20 21:28:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-07-20 21:28:59 -0400 |
commit | 7fe5accb4516144b7abb8f183640cdf50423121e (patch) | |
tree | 84bc1bde265ca9330ff9890d3ab37a0f6b7c7fd2 /tools/buildman/bsettings.py | |
parent | 0274eb61e1f2a8e053fb028b6c668c67c0b75b9c (diff) | |
parent | 58b35850c4cce3bd3f3eca3b5916a37a8fa58f6a (diff) |
Merge branch '2023-07-20-assorted-CI-updates'
- Move to gcc-13.1 and QEMU 8.0.3 in CI. This also lets us move to a
kernel.org toolchain for arc as well.
Diffstat (limited to 'tools/buildman/bsettings.py')
-rw-r--r-- | tools/buildman/bsettings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/buildman/bsettings.py b/tools/buildman/bsettings.py index 0eb894a558..029c401fd2 100644 --- a/tools/buildman/bsettings.py +++ b/tools/buildman/bsettings.py @@ -91,7 +91,6 @@ other = / [toolchain-prefix] # name = path to prefix # e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux- -# arc = /opt/arc/arc_gnu_2021.03_prebuilt_elf32_le_linux_install/bin/arc-elf32- [toolchain-alias] # arch = alias |