The gcc team seems to no longer make releases available at the ftp.gnu.org site, but only on mirrors. Add such a mirror to the list of retrieval sites.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jan 27 21:36:18 2009 +0000 (2009-01-27)
changeset 116112926229102b
parent 1160 aecfa8c9172e
child 1162 31348b787bed
The gcc team seems to no longer make releases available at the ftp.gnu.org site, but only on mirrors. Add such a mirror to the list of retrieval sites.

/trunk/scripts/build/cc/gcc.sh | 1 1 0 0 +
1 file changed, 1 insertion(+)
scripts/build/cc/gcc.sh
     1.1 --- a/scripts/build/cc/gcc.sh	Tue Jan 27 21:34:44 2009 +0000
     1.2 +++ b/scripts/build/cc/gcc.sh	Tue Jan 27 21:36:18 2009 +0000
     1.3 @@ -12,6 +12,7 @@
     1.4      # subdirectory! You bastard!
     1.5      CT_GetFile "gcc-${CT_CC_VERSION}"   \
     1.6                 {ftp,http}://ftp.gnu.org/gnu/gcc{,{,/releases}/gcc-${CT_CC_VERSION}}
     1.7 +               ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-${CT_CC_VERSION}
     1.8      # Starting with GCC 4.3, ecj is used for Java, and will only be
     1.9      # built if the configure script finds ecj.jar at the top of the
    1.10      # GCC source tree, which will not be there unless we get it and