# HG changeset patch # User "Yann E. MORIN" # Date 1233092178 0 # Node ID 12926229102b5bf27721c6ade16bd4ca29d5f770 # Parent aecfa8c9172e4fe8566d831d71d1488426bca250 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(+) diff -r aecfa8c9172e -r 12926229102b scripts/build/cc/gcc.sh --- a/scripts/build/cc/gcc.sh Tue Jan 27 21:34:44 2009 +0000 +++ b/scripts/build/cc/gcc.sh Tue Jan 27 21:36:18 2009 +0000 @@ -12,6 +12,7 @@ # subdirectory! You bastard! CT_GetFile "gcc-${CT_CC_VERSION}" \ {ftp,http}://ftp.gnu.org/gnu/gcc{,{,/releases}/gcc-${CT_CC_VERSION}} + ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-${CT_CC_VERSION} # Starting with GCC 4.3, ecj is used for Java, and will only be # built if the configure script finds ecj.jar at the top of the # GCC source tree, which will not be there unless we get it and