diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-01-03 16:07:23 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-01-14 17:59:33 +0000 |
commit | eda12901fa1d6346a2b20b72f73416b7000c1857 (patch) | |
tree | 0f8c924445698607f6efb93edf346ec43d850fa3 /util/crossgcc | |
parent | a1114f608b99f0e847fc41807443133513ab734a (diff) |
util/crossgcc: Add comment on IASL version
Change-Id: I81c6f4134610bcd35e173cdb002ef821788b0538
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38164
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 6150011f4d..b3b92d4221 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -54,6 +54,10 @@ GCC_VERSION=8.3.0 GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.33.1 GDB_VERSION=8.3.1 + +# Conflicting use of _ADR and _HID in coreboot tree needs +# to be properly addressed before we can upgrade IASL version. +# Use IASL version 20190703 for now. IASL_VERSION=20190703 PYTHON_VERSION=3.8.1 EXPAT_VERSION=2.2.9 |