-
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'github-heads/master' into pureboot-27-h…
…eads-upstream
- Loading branch information
Showing
5 changed files
with
79 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
From 8093bd4df682a49ab87845e4154e87885ad41734 Mon Sep 17 00:00:00 2001 | ||
From: Jonathon Hall <jonathon.hall@puri.sm> | ||
Date: Tue, 11 Jul 2023 14:48:33 -0400 | ||
Subject: [PATCH] util/crossgcc/buildgcc: Use different mirror | ||
|
||
acpica.org now redirects to Intel and all the links no longer work. | ||
|
||
Intel has a mirror of this archive, use it. | ||
|
||
Change-Id: I4fbfe33a4614aec97c631904d78ec391ed438bec | ||
Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm> | ||
--- | ||
util/crossgcc/buildgcc | 3 ++- | ||
1 file changed, 2 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc | ||
index b25b260807..24916c5ab8 100755 | ||
--- a/util/crossgcc/buildgcc | ||
+++ b/util/crossgcc/buildgcc | ||
@@ -52,7 +52,8 @@ MPFR_ARCHIVE="https://ftpmirror.gnu.org/mpfr/mpfr-${MPFR_VERSION}.tar.xz" | ||
MPC_ARCHIVE="https://ftpmirror.gnu.org/mpc/mpc-${MPC_VERSION}.tar.gz" | ||
GCC_ARCHIVE="https://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}/gcc-${GCC_VERSION}.tar.xz" | ||
BINUTILS_ARCHIVE="https://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.xz" | ||
-IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-${IASL_VERSION}.tar.gz" | ||
+# acpica.org links rotted, use Intel mirror for 20220331 | ||
+IASL_ARCHIVE="https://downloadmirror.intel.com/774879/acpica-unix2-${IASL_VERSION}.tar.gz" | ||
# CLANG toolchain archive locations | ||
LLVM_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}/llvm-${CLANG_VERSION}.src.tar.xz" | ||
CLANG_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}/clang-${CLANG_VERSION}.src.tar.xz" | ||
-- | ||
2.30.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
From 8093bd4df682a49ab87845e4154e87885ad41734 Mon Sep 17 00:00:00 2001 | ||
From: Jonathon Hall <jonathon.hall@puri.sm> | ||
Date: Tue, 11 Jul 2023 14:48:33 -0400 | ||
Subject: [PATCH] util/crossgcc/buildgcc: Use different mirror | ||
|
||
acpica.org now redirects to Intel and all the links no longer work. | ||
|
||
Intel has a mirror of this archive, use it. | ||
|
||
Change-Id: I4fbfe33a4614aec97c631904d78ec391ed438bec | ||
Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm> | ||
--- | ||
util/crossgcc/buildgcc | 3 ++- | ||
1 file changed, 2 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc | ||
index b25b260807..24916c5ab8 100755 | ||
--- a/util/crossgcc/buildgcc | ||
+++ b/util/crossgcc/buildgcc | ||
@@ -52,7 +52,8 @@ MPFR_ARCHIVE="https://ftpmirror.gnu.org/mpfr/mpfr-${MPFR_VERSION}.tar.xz" | ||
MPC_ARCHIVE="https://ftpmirror.gnu.org/mpc/mpc-${MPC_VERSION}.tar.gz" | ||
GCC_ARCHIVE="https://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}/gcc-${GCC_VERSION}.tar.xz" | ||
BINUTILS_ARCHIVE="https://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.xz" | ||
-IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-${IASL_VERSION}.tar.gz" | ||
+# acpica.org links rotted, use Intel mirror for 20220331 | ||
+IASL_ARCHIVE="https://downloadmirror.intel.com/774879/acpica-unix2-${IASL_VERSION}.tar.gz" | ||
# CLANG toolchain archive locations | ||
LLVM_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}/llvm-${CLANG_VERSION}.src.tar.xz" | ||
CLANG_ARCHIVE="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}/clang-${CLANG_VERSION}.src.tar.xz" | ||
-- | ||
2.30.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters