[coreboot] Patch set updated for coreboot: 190969a crossgcc: update Python

Idwer Vollering (vidwer@gmail.com) gerrit at coreboot.org
Sat Oct 27 00:56:38 CEST 2012


Idwer Vollering (vidwer at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1621

-gerrit

commit 190969a2254a1463d5c576f03fb62dddee835a22
Author: Idwer Vollering <vidwer at gmail.com>
Date:   Fri Oct 26 01:56:56 2012 +0200

    crossgcc: update Python
    
    Update Python to 2.7.3
    
    Change-Id: I9db10e8c7dcd693cc4ab935c587da02dd7eb2bc5
    Signed-off-by: Idwer Vollering <vidwer at gmail.com>
---
 util/crossgcc/buildgcc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 04fcac0..8b83725 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -20,8 +20,8 @@
 # Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA  02110-1335, USA
 #
 
-CROSSGCC_DATE="October 23rd, 2012"
-CROSSGCC_VERSION="1.16"
+CROSSGCC_DATE="October 26rd, 2012"
+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




More information about the coreboot mailing list