diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-06-27 08:13:25 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-07-25 18:33:01 +0000 |
commit | 1e9473cc25c8ee8c0abfdc6c0b9be9be004ddf1b (patch) | |
tree | 99048506e1a8373dabc5ac3461d84b0077a01c45 /util/crossgcc/buildgcc | |
parent | 7e3eab2c1382fd6964bdc522ef09737186bc7eb6 (diff) |
crossgcc: Upgrade Expat to version 2.2.7
Change-Id: If3611494228a9228b0b323038ba1e884a1bde10f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33825
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 523d26d8bf..0f141ea8c2 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -56,7 +56,7 @@ BINUTILS_VERSION=2.32 GDB_VERSION=8.3 IASL_VERSION=20190509 PYTHON_VERSION=3.7.4 -EXPAT_VERSION=2.2.6 +EXPAT_VERSION=2.2.7 # CLANG version number CLANG_VERSION=8.0.0 MAKE_VERSION=4.2.1 |