From e26b8dca3fa959fc5014cfd7f4e86b4e80646ea0 Mon Sep 17 00:00:00 2001 From: lhauch Date: Thu, 3 Jan 2008 21:29:07 +0000 Subject: [PATCH] Fixed some of the comments git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4491 6f19259b-4bc3-4df7-8a09-765794883524 --- BaseTools/gcc/README.txt | 6 +++--- BaseTools/gcc/x86_64-mingw-gcc-build | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/BaseTools/gcc/README.txt b/BaseTools/gcc/README.txt index 9e581f2c3e..3b9428dbe7 100644 --- a/BaseTools/gcc/README.txt +++ b/BaseTools/gcc/README.txt @@ -1,7 +1,7 @@ You may run these scripts to build a Tiano Cross compiler. They have been -tested on Cygwin, OS X and Linux. You should expect to hack on these scripts to -make them work on your system. You may need to install additional tools on your -system to make the scripts work. +tested on Cygwin, OS X and Linux. You must modify these scripts to make them +work on your system. You may need to install additional tools on your system to +make the scripts work. You will need diff --git a/BaseTools/gcc/x86_64-mingw-gcc-build b/BaseTools/gcc/x86_64-mingw-gcc-build index d99086f4d4..74ac870181 100755 --- a/BaseTools/gcc/x86_64-mingw-gcc-build +++ b/BaseTools/gcc/x86_64-mingw-gcc-build @@ -44,6 +44,12 @@ BINUTILS_URL=http://www.kernel.org/pub/linux/devel/binutils/${_BINUTILS_}.tar.bz GCC_URL=ftp://gd.tuwien.ac.at/gnu/gcc/snapshots/${GCC_VERSION}/${_GCC_}.tar.bz2 MINGW_HEADERS_URL=http://superb-west.dl.sourceforge.net/sourceforge/mingw/${_MINGW_HEADERS_}.tar.bz2 +# +# 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 #