diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-07-04 09:01:59 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-07-25 18:40:56 +0000 |
commit | 43e9bd6b9c8af5df249adb119bcbd8cf84ce2e51 (patch) | |
tree | 2a3403f85ac528f86456df8ff21e6a7a84070e8c /util/crossgcc/buildgcc | |
parent | 1e9473cc25c8ee8c0abfdc6c0b9be9be004ddf1b (diff) |
crossgcc: Upgrade acpica to version 20190703
Changes: https://acpica.org/node/171
Change-Id: I3883718623e4a23a901a446f738a9e8c988d8433
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34067
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 0f141ea8c2..30062e8439 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -54,7 +54,7 @@ GCC_VERSION=8.3.0 GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.32 GDB_VERSION=8.3 -IASL_VERSION=20190509 +IASL_VERSION=20190703 PYTHON_VERSION=3.7.4 EXPAT_VERSION=2.2.7 # CLANG version number |