diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-07-22 20:22:55 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-17 07:05:56 +0000 |
commit | 384e2c9218ee81e17028c59530cb4db657487026 (patch) | |
tree | 45ec2b823acfe2a210c8138c7c25fe290e0bd55d /util/crossgcc/buildgcc | |
parent | 2574590f8ccb539779f717dbb7b8e86cb3050370 (diff) | |
download | coreboot-384e2c9218ee81e17028c59530cb4db657487026.tar.xz |
crossgcc: Upgrade Python to version 3.8.5
Change-Id: I660994ece28f04d97de2fe3a074ebcf93fb4d2f4
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39148
Reviewed-by: Patrick Georgi <pgeorgi@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 8a07c83363..639ccb5969 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -41,7 +41,7 @@ GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.35 GDB_VERSION=9.2 IASL_VERSION=20200528 -PYTHON_VERSION=3.8.1 +PYTHON_VERSION=3.8.5 EXPAT_VERSION=2.2.9 # CLANG version number CLANG_VERSION=9.0.0 |