diff options
author | Idwer Vollering <vidwer@gmail.com> | 2012-10-26 01:56:56 +0200 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2012-10-27 02:32:11 +0200 |
commit | 573d37da02b6899dba1ab70c643e76219fd83df2 (patch) | |
tree | f4339322d92063d100e4a5f2a3bc11ef7edce592 /util/crossgcc | |
parent | 296a015b8a99e611f68ee9836c8fb9dd054e325d (diff) |
crossgcc: update to Python 2.7.3
Change-Id: I9db10e8c7dcd693cc4ab935c587da02dd7eb2bc5
Signed-off-by: Idwer Vollering <vidwer@gmail.com>
Reviewed-on: http://review.coreboot.org/1621
Tested-by: build bot (Jenkins)
Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index e41c07dc46..4b55c94419 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -21,7 +21,7 @@ # CROSSGCC_DATE="October 26th, 2012" -CROSSGCC_VERSION="1.16" +CROSSGCC_VERSION="1.17" # default settings TARGETDIR=`pwd`/xgcc @@ -42,7 +42,7 @@ W32API_VERSION_SHORT=3.17 MINGWRT_VERSION=3.20-2 MINGWRT_VERSION_SHORT=3.20 IASL_VERSION=20120420 -PYTHON_VERSION=2.7.2 +PYTHON_VERSION=2.7.3 EXPAT_VERSION=2.1.0 # archive locations |