Use our hosted archive for aarch toolschain.

Upstream have removed the archive with its new release.
This commit is contained in:
Matthieu Gautier 2024-08-26 15:44:11 +02:00
parent ec5a36903b
commit 147e98f7cb
1 changed files with 0 additions and 4 deletions

View File

@ -9,9 +9,6 @@ base_url = (
) )
aarch_base_url = "https://master.dl.sourceforge.net/project/raspberry-pi-cross-compilers/Bonus%20Raspberry%20Pi%20GCC%2064-Bit%20Toolchains/Raspberry%20Pi%20GCC%2064-Bit%20Cross-Compiler%20Toolchains/Stretch/GCC%206.3.0/"
class armv6_toolchain(Dependency): class armv6_toolchain(Dependency):
dont_skip = True dont_skip = True
neutral = True neutral = True
@ -53,7 +50,6 @@ class aarch64_toolchain(Dependency):
archive = Remotefile( archive = Remotefile(
"cross-gcc-6.3.0-pi_64.tar.gz", "cross-gcc-6.3.0-pi_64.tar.gz",
"1b048bb8886ad63d21797cd9129fc37b9ea0dfaac7e3c36f888aa16fbec1d320", "1b048bb8886ad63d21797cd9129fc37b9ea0dfaac7e3c36f888aa16fbec1d320",
aarch_base_url + "cross-gcc-6.3.0-pi_64.tar.gz",
) )
Builder = TcCopyBuilder Builder = TcCopyBuilder