]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Updated this script to use the latest binutils and cygwin because the old versions...
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Dec 2007 02:06:55 +0000 (02:06 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Dec 2007 02:06:55 +0000 (02:06 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4382 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/gcc/tianoCross-gcc-4.1

index bef18436aac9bc9bec1869803de0f18fd9e8f9c8..a26876f5b1cc1cf46f924a56061a60395dd7110a 100644 (file)
@@ -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