]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Switch ARC toolchain to the upstream version
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Fri, 7 Jul 2023 21:04:53 +0000 (22:04 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 20 Jul 2023 18:48:20 +0000 (14:48 -0400)
commit83f348d024a06ac96392c1614cf1fb6abe4ab5da
tree41909d6540fd5ca7e6943c2396ad62be73e068dc
parentb45ab9ca66214feb8d3f5b138f75595de62d8573
buildman: Switch ARC toolchain to the upstream version

Back in the day we relied a lot on Synopsys own build of the GNU tools
for ARC processors, but since then we worked hard on getting all our changes
upstream and for a couple of years now we have ARCompact (AKA ARCv1)
and ARCv2 processors supported very well in upstream GCC, Binutils, GDB etc.

And so there's no need to use Synopsys forks any longer, thus we remove
all the references to that form and use upstream components as majority
of other architectures in U-Boot.

Thanks to Tom for pointing to that left-over!

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/buildman/bsettings.py
tools/buildman/buildman.rst
tools/docker/Dockerfile