crossgcc: Fix acpica base url version
Due to a recent acpica version upgrade, the acpica tool is now failing to download due to an incorrect url. This commit aims to fix the issue by updating the iasl base url to match the upgraded version. Change-Id: I7eddff2d17587f5d90295928800c10068c8cf281 Signed-off-by: Zhixing Ma <zhixing.ma@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88278 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
parent
dabc200abb
commit
a9e97268fe
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ MPC_BASE_URL="https://ftpmirror.gnu.org/mpc"
|
|||
GCC_BASE_URL="https://ftpmirror.gnu.org/gcc/gcc-${GCC_VERSION}"
|
||||
LIBSTDCXX_BASE_URL="${GCC_BASE_URL}"
|
||||
BINUTILS_BASE_URL="https://ftpmirror.gnu.org/binutils"
|
||||
IASL_BASE_URL="https://github.com/acpica/acpica/releases/download/R2024_12_12"
|
||||
IASL_BASE_URL="https://downloadmirror.intel.com/852044"
|
||||
# CLANG toolchain archive locations
|
||||
LLVM_BASE_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}"
|
||||
CLANG_BASE_URL="https://github.com/llvm/llvm-project/releases/download/llvmorg-${CLANG_VERSION}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue