From eda12901fa1d6346a2b20b72f73416b7000c1857 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 3 Jan 2020 16:07:23 +0100 Subject: util/crossgcc: Add comment on IASL version Change-Id: I81c6f4134610bcd35e173cdb002ef821788b0538 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/38164 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- util/crossgcc/buildgcc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/crossgcc') 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 -- cgit v1.2.3