diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-03 10:38:39 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-27 13:23:36 +0000 |
commit | a2fbddfabc447189e03793196b2ef80f4bde273a (patch) | |
tree | 4b5c7d8efcafe2fd0f2d57a30cfa013d5d11898b /util/crossgcc/buildgcc | |
parent | 33847db3ce43d3af90bc778a14fc2bc38183f8b8 (diff) | |
download | coreboot-a2fbddfabc447189e03793196b2ef80f4bde273a.tar.xz |
crossgcc: Upgrade Expat to version 2.2.9
Changes: https://github.com/libexpat/libexpat/blob/R_2_2_9/expat/Changes
Change-Id: I591e4ed186bc8d46ff64161eddc488b640cad5fc
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35432
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 808a52fe5d..806b6c0d3d 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -56,7 +56,7 @@ BINUTILS_VERSION=2.33.1 GDB_VERSION=8.3.1 IASL_VERSION=20190703 PYTHON_VERSION=3.8.0 -EXPAT_VERSION=2.2.7 +EXPAT_VERSION=2.2.9 # CLANG version number CLANG_VERSION=8.0.0 MAKE_VERSION=4.2.1 |