[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linuxbios
Subject:    [coreboot] Patch set updated: 7ebb9bf crossgcc: update w32api
From:       Patrick Georgi (patrick () georgi-clan ! de) <gerrit () coreboot ! org>
Date:       2011-07-26 18:45:01
Message-ID: Ia1938fa30262fe0c8bd655a08f9dc731a02e46ba+2 () gerrit ! coreboot ! org
[Download RAW message or body]

Patrick Georgi (patrick@georgi-clan.de) just uploaded a new patch set to gerrit, \
which you can find at http://review.coreboot.org/120

-gerrit

commit 7ebb9bfe774bdefd57b9f8decf2b7cfd9a130f08
Author: Patrick Georgi <patrick@georgi-clan.de>
Date:   Sat Jul 23 23:29:44 2011 +0200

    crossgcc: update w32api
    
    crossgcc also needs lzma support as w32api is distributed in .tar.lzma
    
    Change-Id: Ia1938fa30262fe0c8bd655a08f9dc731a02e46ba
    Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
---
 util/crossgcc/buildgcc |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 355b01a..83b7cdf 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -34,7 +34,8 @@ LIBELF_VERSION=0.8.13
 GCC_VERSION=4.5.2
 BINUTILS_VERSION=2.20.1
 GDB_VERSION=7.2
-W32API_VERSION=3.15
+W32API_VERSION=3.17-2
+W32API_VERSION_SHORT=3.17
 MINGWRT_VERSION=3.18
 
 # archive locations
@@ -45,7 +46,7 @@ LIBELF_ARCHIVE="http://www.mr511.de/software/libelf-${LIBELF_VERSION}.tar.gz"
  GCC_ARCHIVE="ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-${GCC_VERSION}/gcc-core-${GCC_VERSION}.tar.bz2"
  BINUTILS_ARCHIVE="http://ftp.gnu.org/gnu/binutils/binutils-${BINUTILS_VERSION}.tar.bz2"
  GDB_ARCHIVE="http://ftp.gnu.org/gnu/gdb/gdb-${GDB_VERSION}.tar.bz2"
-W32API_ARCHIVE="http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/Runti \
meLibrary/Win32-API/w32api-${W32API_VERSION}/w32api-${W32API_VERSION}-mingw32-src.tar.gz"
 +W32API_ARCHIVE="http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/Runt \
imeLibrary/Win32-API/w32api-${W32API_VERSION_SHORT}/w32api-${W32API_VERSION}-mingw32-src.tar.lzma"
  MINGWRT_ARCHIVE="http://downloads.sourceforge.net/project/mingw/MinGW/BaseSystem/Run \
timeLibrary/MinGW-RT/mingwrt-${MINGWRT_VERSION}/mingwrt-${MINGWRT_VERSION}-mingw32-src.tar.gz"
  
 GMP_DIR="gmp-${GMP_VERSION}"
@@ -246,6 +247,7 @@ for PACKAGE in GMP MPFR MPC LIBELF GCC BINUTILS $GDB_PACKAGE \
$MINGW_PACKAGES; do  FLAGS=zxf
 		test ${archive:${#archive}-2:2} = "gz" && FLAGS=zxf
 		test ${archive:${#archive}-3:3} = "bz2" && FLAGS=jxf
+		test ${archive:${#archive}-4:4} = "lzma" && FLAGS="--lzma -xf"
 		$TAR $FLAGS tarballs/`basename $archive`
 		for patch in patches/${!dir}_*.patch; do
 			test -r $patch || continue

-- 
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic