diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-06-29 20:43:20 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-07-02 11:46:53 +0000 |
commit | afa5383fdced8829689894a1833162b7361d9224 (patch) | |
tree | 65329593a01c42ece86ff22dbff364702f3e641d /util/crossgcc/buildgcc | |
parent | d736ae5b5770ebb52ebd48003ad630be2cbff1bf (diff) |
crossgcc: Upgrade IASL from 20230331 to 20230628
Changes: https://acpica.org/node/204
Change-Id: I4a1be7ffa6cb363d3fe0cddc59f0f4283fcc5257
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76164
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 25ddc8689d..e994e7630a 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -39,7 +39,7 @@ MPFR_VERSION=4.2.0 MPC_VERSION=1.3.1 GCC_VERSION=11.3.0 BINUTILS_VERSION=2.40 -IASL_VERSION=20230331 +IASL_VERSION=20230628 # CLANG version number CLANG_VERSION=16.0.6 CMAKE_VERSION=3.26.4 |