]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fixed some of the comments
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 3 Jan 2008 21:29:07 +0000 (21:29 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 3 Jan 2008 21:29:07 +0000 (21:29 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4491 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/gcc/README.txt
BaseTools/gcc/x86_64-mingw-gcc-build

index 9e581f2c3e412b42f6199de96217ec790d8839e1..3b9428dbe7f85479f6152d1821be7a0c649fa1bd 100644 (file)
@@ -1,7 +1,7 @@
 You may run these scripts to build a Tiano Cross compiler. They have been\r
-tested on Cygwin, OS X and Linux. You should expect to hack on these scripts to\r
-make them work on your system. You may need to install additional tools on your\r
-system to make the scripts work.\r
+tested on Cygwin, OS X and Linux. You must modify these scripts to make them\r
+work on your system. You may need to install additional tools on your system to\r
+make the scripts work.\r
 \r
 You will need\r
 \r
index d99086f4d4d693be94eecc3c89fa4b96e72ebb63..74ac87018136447e21d9711d5e79fc464a5c84b9 100755 (executable)
@@ -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
 #