summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-03 21:29:07 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-03 21:29:07 +0000
commite26b8dca3fa959fc5014cfd7f4e86b4e80646ea0 (patch)
treeea28a18e06aefc9d2a8468e082e9df2f235acac9
parentfbf822439acbf3a07e39241f22ea4453e7a51db0 (diff)
downloadedk2-platforms-e26b8dca3fa959fc5014cfd7f4e86b4e80646ea0.tar.xz
Fixed some of the comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4491 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--BaseTools/gcc/README.txt6
-rwxr-xr-xBaseTools/gcc/x86_64-mingw-gcc-build6
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
@@ -45,6 +45,12 @@ 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
#
#GET_COMMAND="curl --remote-name"