diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-11 02:06:55 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-12-11 02:06:55 +0000 |
commit | 0b67ae168e160361a6465e7daaa12f80774a6fee (patch) | |
tree | 5e67a442615979c29901ce3c5481a512077c6fac /BaseTools | |
parent | 373572ca875f909dfe24936a1fa9f7da22776d1e (diff) | |
download | edk2-platforms-0b67ae168e160361a6465e7daaa12f80774a6fee.tar.xz |
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
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/gcc/tianoCross-gcc-4.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/BaseTools/gcc/tianoCross-gcc-4.1 b/BaseTools/gcc/tianoCross-gcc-4.1 index bef18436aa..a26876f5b1 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 |