Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14463
-gerrit
commit 371cf22b31dae64d346a841ab84ff66c3d68d378 Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Thu Apr 21 19:29:03 2016 -0700
buildgcc: Update Python to 3.5.1
Change-Id: I57f935b94ab0db2e9ff9434fb496d470bb4ec987 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 088c904..e9ce774 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