diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-03-31 21:36:51 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-04-04 13:54:49 +0000 |
commit | 9a8d0a03dbccf95554153cd06eee6270518174f6 (patch) | |
tree | 181db0ceea2f2d1806834f5a14daedd9659eef20 /util/crossgcc/buildgcc | |
parent | 6d976919d003b39a41b9bbf4eaf26aac5f73dd4e (diff) |
crossgcc: Upgrade IASL from 20211217 to 20220331
"REDUNDANT_OFFSET_REMARK" to ignore redundant offset remarks is
not needed any more as it’s included upstream.
Changes: https://acpica.org/node/199
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Ice7f9a10051f7f62c53098161fd2f498d724c17d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63279
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
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 5f7d777d24..b25b260807 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=20211217 +IASL_VERSION=20220331 # CLANG version number CLANG_VERSION=13.0.1 CMAKE_VERSION=3.23.0 |