diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-04-21 19:29:03 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-05-04 20:40:57 +0200 |
commit | 3dc5d079fe99472b1e82cb28d75fffa735a1bd6a (patch) | |
tree | d955683dbe53be441a170568d6331b1ffc87332d /util/crossgcc/buildgcc | |
parent | 498f3d0cd59d3c3e6ff2ef43f24e205b249556f8 (diff) |
buildgcc: Update Python to 3.5.1
Change-Id: I57f935b94ab0db2e9ff9434fb496d470bb4ec987
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14463
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
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 fac1bb7dfc..1e761daf5b 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -41,7 +41,7 @@ GCC_AUTOCONF_VERSION=2.69 BINUTILS_VERSION=2.26 GDB_VERSION=7.11 IASL_VERSION=20160318 -PYTHON_VERSION=3.4.3 +PYTHON_VERSION=3.5.1 EXPAT_VERSION=2.1.1 # CLANG version number CLANG_VERSION=3.8.0 |