|
| 1 | +From 8093bd4df682a49ab87845e4154e87885ad41734 Mon Sep 17 00:00:00 2001 |
| 2 | +From: Jonathon Hall <jonathon.hall@puri.sm> |
| 3 | +Date: Tue, 11 Jul 2023 14:48:33 -0400 |
| 4 | +Subject: [PATCH] util/crossgcc/buildgcc: Use different mirror |
| 5 | + |
| 6 | +acpica.org now redirects to Intel and all the links no longer work. |
| 7 | + |
| 8 | +Intel has a mirror of this archive, use it. |
| 9 | + |
| 10 | +Change-Id: I4fbfe33a4614aec97c631904d78ec391ed438bec |
| 11 | +Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm> |
| 12 | +--- |
| 13 | + util/crossgcc/buildgcc | 3 ++- |
| 14 | + 1 file changed, 2 insertions(+), 1 deletion(-) |
| 15 | + |
| 16 | +diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc |
| 17 | +index b25b260807..24916c5ab8 100755 |
| 18 | +--- a/util/crossgcc/buildgcc |
| 19 | ++++ b/util/crossgcc/buildgcc |
| 20 | +@@ -52,7 +52,8 @@ MPFR_ARCHIVE="https://ftpmirror.gnu.org/mpfr/mpfr-${MPFR_VERSION}.tar.xz" |
| 21 | + MPC_ARCHIVE="https://ftpmirror.gnu.org/mpc/mpc-${MPC_VERSION}.tar.gz" |
| 22 | + GCC_ARCHIVE="https://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}/gcc-${GCC_VERSION}.tar.xz" |
| 23 | + BINUTILS_ARCHIVE="https://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.xz" |
| 24 | +-IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-${IASL_VERSION}.tar.gz" |
| 25 | ++# acpica.org links rotted, use Intel mirror for 20220331 |
| 26 | ++IASL_ARCHIVE="https://downloadmirror.intel.com/774879/acpica-unix2-${IASL_VERSION}.tar.gz" |
| 27 | + # CLANG toolchain archive locations |
| 28 | + LLVM_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}/llvm-${CLANG_VERSION}.src.tar.xz" |
| 29 | + CLANG_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}/clang-${CLANG_VERSION}.src.tar.xz" |
| 30 | +-- |
| 31 | +2.30.2 |
| 32 | + |
0 commit comments