diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-11-17 19:27:37 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2022-01-28 16:35:13 +0000 |
commit | ad3828e3ce5f19776a94bd0e49057d89802f4203 (patch) | |
tree | 8b303d314d5947038aa3afc6a0ed93fdd853c87c /util/crossgcc/buildgcc | |
parent | 28fa297901ffd158631cfc9f562f38119eff628e (diff) |
crossgcc: Update acpica from 20210331 to 20211217
Changes:
Version 20211217: https://acpica.org/node/197
Version 20210930: https://acpica.org/node/196
Version 20210730: https://acpica.org/node/195
Version 20210604: https://acpica.org/node/193
Change-Id: I3a03b74e95f910b50aa2f7ce502b1e9ad5b6df37
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59174
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
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 773b0f0818..b0c7707b9a 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -37,7 +37,7 @@ MPFR_VERSION=4.1.0 MPC_VERSION=1.2.1 GCC_VERSION=11.2.0 BINUTILS_VERSION=2.37 -IASL_VERSION=20210331 +IASL_VERSION=20211217 # CLANG version number CLANG_VERSION=12.0.0 CMAKE_VERSION=3.20.3 |