0029-use-own-mirror-for-acpica-files.patch 1.2 KB

123456789101112131415161718192021222324252627282930
  1. From 5c385ef4b4424ed8c37e549a00866edda960563f Mon Sep 17 00:00:00 2001
  2. From: Leah Rowe <info@minifree.org>
  3. Date: Wed, 31 Jul 2024 00:03:02 +0100
  4. Subject: [PATCH 29/39] use own mirror for acpica files
  5. intel likes to break links for no reason,
  6. so we host our own backups of acpica.
  7. Signed-off-by: Leah Rowe <info@minifree.org>
  8. ---
  9. util/crossgcc/buildgcc | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
  12. index ad756652ed..5faff337b4 100755
  13. --- a/util/crossgcc/buildgcc
  14. +++ b/util/crossgcc/buildgcc
  15. @@ -74,7 +74,7 @@ MPFR_BASE_URL="https://ftpmirror.gnu.org/mpfr"
  16. MPC_BASE_URL="https://ftpmirror.gnu.org/mpc"
  17. GCC_BASE_URL="https://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}"
  18. BINUTILS_BASE_URL="https://ftpmirror.gnu.org/binutils"
  19. -IASL_BASE_URL="https://downloadmirror.intel.com/783534"
  20. +IASL_BASE_URL="https://www.mirrorservice.org/sites/libreboot.org/release/misc/acpica"
  21. # CLANG toolchain archive locations
  22. LLVM_BASE_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}"
  23. CLANG_BASE_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}"
  24. --
  25. 2.39.2