diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-01-03 21:28:34 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-01-03 21:28:34 +0000 |
commit | fbf822439acbf3a07e39241f22ea4453e7a51db0 (patch) | |
tree | 001fff385d6ffccb2184702ef15323a98997a04e /BaseTools/gcc | |
parent | ab9281201a45a8974a1a91ecbd247ebad8e86d21 (diff) | |
download | edk2-platforms-fbf822439acbf3a07e39241f22ea4453e7a51db0.tar.xz |
Modified BINUTILS_URL to point to mirrors.kernel.org, added comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4490 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/gcc')
-rwxr-xr-x | BaseTools/gcc/tianoCross-gcc-4.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/BaseTools/gcc/tianoCross-gcc-4.1 b/BaseTools/gcc/tianoCross-gcc-4.1 index 4523212564..d23ae161df 100755 --- a/BaseTools/gcc/tianoCross-gcc-4.1 +++ b/BaseTools/gcc/tianoCross-gcc-4.1 @@ -25,7 +25,7 @@ set -e # GCC=gcc-4.1.0 BINUTILS=binutils-2.18 -CYGWIN_SNAP=20071108 # You may need to find a more recent one. +CYGWIN_SNAP=20071108 # You may need to find a more recent version. export PATH=/bin:/usr/bin # @@ -36,11 +36,14 @@ PREFIX="${PREFIX:-/opt/tiano/}" # # Where to get the GNU tools # -BINUTILS_URL=ftp://ftp.ibiblio.org/pub/mirrors/gnu/ftp/gnu/binutils/${BINUTILS}.tar.bz2 +BINUTILS_URL=http://mirrors.kernel.org/gnu/binutils/${BINUTILS}.tar.bz2 GCC_URL=http://mirrors.kernel.org/gnu/gcc/$GCC/$GCC.tar.bz2 CYG_LOC=http://cygwin.com/snapshots/cygwin-src-${CYGWIN_SNAP}.tar.bz2 -# export http_proxy=http://proxy.dp.intel.com:911 -# export ftp_proxy=http://proxy.dp.intel.com:911 + +# If your site uses proxy servers, un-comment the following lines +# and change the server name to your site's proxy server and proxy port. +# export http_proxy=http://proxyservername.mycompany.com:911 +# export ftp_proxy=http://proxyservername.mycompany.com:911 # # Uncomment one of the following depending upon which your system provides |