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 <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30313 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
de7f0736a1
commit
71a743e961
@ -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
|
||||
|
Reference in New Issue
Block a user