diff options
author | Patrick Georgi <pgeorgi@google.com> | 2021-05-11 15:08:12 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-22 05:39:05 +0000 |
commit | b2b5781bb4c6f8bfdce8b0ef0a4ae71ac34e006c (patch) | |
tree | 955d91cd965a4d180abbd424791382177e6cc226 /util/crossgcc/buildgcc | |
parent | 224181e477f21739f6569379907149126cdfad6e (diff) |
util/crossgcc: Update acpica to 20210331
Change-Id: Ic517a2b9c9b7122d2a65f67380d3ce368303d725
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54061
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Idwer Vollering <vidwer@gmail.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 abe602c821..3c8b1a8728 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -39,7 +39,7 @@ GCC_VERSION=8.3.0 GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.35.1 GDB_VERSION=9.2 -IASL_VERSION=20200925 +IASL_VERSION=20210331 PYTHON_VERSION=3.8.5 EXPAT_VERSION=2.2.9 # CLANG version number |