diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-19 16:51:04 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-04 22:04:31 +0000 |
commit | 71a743e9616766bf93dc72dd84fbcc1be131e62d (patch) | |
tree | 49f2e3a632d504a0533b596073018015894ea4d3 /util/crossgcc/buildgcc | |
parent | de7f0736a16edb8d34df6e057b87a0bc1fbf7874 (diff) |
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>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 8 |
1 files changed, 4 insertions, 4 deletions
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 |