From 71a743e9616766bf93dc72dd84fbcc1be131e62d Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 19 Dec 2018 16:51:04 +0100 Subject: crossgcc: Update acpica and Expat versions Update: * acpica to version 20181213 changes in this version: https://acpica.org/node/163 * Expat to version 2.2.6 changes in this version: https://github.com/libexpat/libexpat/blob/R_2_2_6/expat/Changes Change-Id: Ib67cf26497a0c2c2a364741675b13e4ce0190e41 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/30313 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/crossgcc/buildgcc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'util/crossgcc/buildgcc') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index c69874d8f8..376e0fc92a 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -30,8 +30,8 @@ cd "$(dirname "$0")" || exit 1 -CROSSGCC_DATE="October 3nd, 2018" -CROSSGCC_VERSION="1.55" +CROSSGCC_DATE="January 1st, 2019" +CROSSGCC_VERSION="1.55.1" CROSSGCC_COMMIT=$( git describe ) # default settings @@ -54,9 +54,9 @@ GCC_VERSION=8.1.0 GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.30 GDB_VERSION=8.0 -IASL_VERSION=20181003 +IASL_VERSION=20181213 PYTHON_VERSION=3.7.0 -EXPAT_VERSION=2.2.5 +EXPAT_VERSION=2.2.6 # CLANG version number CLANG_VERSION=7.0.0 MAKE_VERSION=4.2.1 -- cgit v1.2.3