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
This commit is contained in:
jwang36 2007-12-11 02:06:55 +00:00
parent 373572ca87
commit 0b67ae168e
1 changed files with 3 additions and 4 deletions

View 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