0004-crossgcc-cros-also-fix-acpica-downloads-here.patch 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. From a7fb02b80bc4ddae00ce7578054eb35d5c06b57b Mon Sep 17 00:00:00 2001
  2. From: Leah Rowe <leah@libreboot.org>
  3. Date: Sun, 16 Jul 2023 02:25:23 +0100
  4. Subject: [PATCH 1/1] crossgcc/cros: also fix acpica downloads here
  5. my last revision said in libreboot/gnuboot it was
  6. only broken in fam15h boards, but the fix is needed
  7. here too. i've already put the correct tarball on
  8. libreboot rsync, for this purpose
  9. Signed-off-by: Leah Rowe <leah@libreboot.org>
  10. ---
  11. util/crossgcc/buildgcc | 2 +-
  12. 1 file changed, 1 insertion(+), 1 deletion(-)
  13. diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
  14. index b25b260807..327297cea3 100755
  15. --- a/util/crossgcc/buildgcc
  16. +++ b/util/crossgcc/buildgcc
  17. @@ -52,7 +52,7 @@ MPFR_ARCHIVE="https://ftpmirror.gnu.org/mpfr/mpfr-${MPFR_VERSION}.tar.xz"
  18. MPC_ARCHIVE="https://ftpmirror.gnu.org/mpc/mpc-${MPC_VERSION}.tar.gz"
  19. GCC_ARCHIVE="https://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}/gcc-${GCC_VERSION}.tar.xz"
  20. BINUTILS_ARCHIVE="https://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.xz"
  21. -IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-${IASL_VERSION}.tar.gz"
  22. +IASL_ARCHIVE="https://mirror.math.princeton.edu/pub/libreboot/misc/acpica/acpica-unix2-${IASL_VERSION}.tar.gz"
  23. # CLANG toolchain archive locations
  24. LLVM_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}/llvm-${CLANG_VERSION}.src.tar.xz"
  25. CLANG_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}/clang-${CLANG_VERSION}.src.tar.xz"
  26. --
  27. 2.40.1