diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-15 16:17:26 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-27 13:23:08 +0000 |
commit | 33847db3ce43d3af90bc778a14fc2bc38183f8b8 (patch) | |
tree | caba87607ad45f26bb2baaef48c28c78fa3c2abf /util/crossgcc/buildgcc | |
parent | 2368681c83e1c0de4df07c5ea9d881e5b284406d (diff) |
crossgcc: Upgrade Python to version 3.8.0
Change-Id: I1265e7df4d6c04aa1ccf0c65dc87e62bec5a4a35
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36066
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 89f0a4c924..808a52fe5d 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -55,7 +55,7 @@ GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.33.1 GDB_VERSION=8.3.1 IASL_VERSION=20190703 -PYTHON_VERSION=3.7.4 +PYTHON_VERSION=3.8.0 EXPAT_VERSION=2.2.7 # CLANG version number CLANG_VERSION=8.0.0 |