From 0b67ae168e160361a6465e7daaa12f80774a6fee Mon Sep 17 00:00:00 2001 From: jwang36 Date: Tue, 11 Dec 2007 02:06:55 +0000 Subject: Updated this script to use the latest binutils and cygwin because the old versions of them are not available. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4382 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/gcc/tianoCross-gcc-4.1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/BaseTools/gcc/tianoCross-gcc-4.1 b/BaseTools/gcc/tianoCross-gcc-4.1 index bef1843..a26876f 100644 --- a/BaseTools/gcc/tianoCross-gcc-4.1 +++ b/BaseTools/gcc/tianoCross-gcc-4.1 @@ -24,9 +24,8 @@ set -e # Specify the versions # GCC=gcc-4.1.0 -BINUTILS=binutils-2.16.1 -# BINUTILS=binutils-2.16.91-20060119-1 -CYGWIN_SNAP=20060403 # You may need to find a more recent one. +BINUTILS=binutils-2.18 +CYGWIN_SNAP=20071108 # You may need to find a more recent one. export PATH=/bin:/usr/bin # @@ -47,7 +46,7 @@ CYG_LOC=http://cygwin.com/snapshots/cygwin-src-${CYGWIN_SNAP}.tar.bz2 # Uncomment one of the following depending upon which your system provides # #GET_COMMAND="curl --remote-name" -GET_COMMAND="wget -nc --no-directories --retr-symlinks " +GET_COMMAND="wget -c -nc --no-directories --retr-symlinks " # # Allow environment to override some programs -- cgit v1.1