# HG changeset patch # User "Yann E. MORIN" # Date 1233182204 0 # Node ID 55f53eb0c33e6ae0b15b58fb5f3e2867ff2a32ab # Parent 31348b787beda244850679debd2e2b5ea74c382e Add a missing line continuation '\' in the gcc retrieval function. Spotted by Doug Reiland . /trunk/scripts/build/cc/gcc.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r 31348b787bed -r 55f53eb0c33e scripts/build/cc/gcc.sh --- a/scripts/build/cc/gcc.sh Tue Jan 27 21:37:03 2009 +0000 +++ b/scripts/build/cc/gcc.sh Wed Jan 28 22:36:44 2009 +0000 @@ -11,7 +11,7 @@ # gcc-3.3.3 lives in releases/gcc-3.3.3, while gcc-2.95.* isn't in a # subdirectory! You bastard! CT_GetFile "gcc-${CT_CC_VERSION}" \ - {ftp,http}://ftp.gnu.org/gnu/gcc{,{,/releases}/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