diff options
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/gcc/README.txt | 6 | ||||
-rwxr-xr-x | 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 @@ -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" |