diff -r 7f9bbf94b0bb -r 92f6149c4275 scripts/build/cc_gcc.sh --- a/scripts/build/cc_gcc.sh Wed Apr 30 10:43:41 2008 +0000 +++ b/scripts/build/cc_gcc.sh Sat May 03 17:51:16 2008 +0000 @@ -15,10 +15,8 @@ # Arrgghh! Some of those versions does not follow this convention: # gcc-3.3.3 lives in releases/gcc-3.3.3, while gcc-2.95.* isn't in a # subdirectory! You bastard! - CT_GetFile "${CT_CC_FILE}" \ - ftp://ftp.gnu.org/gnu/gcc/${CT_CC_FILE} \ - ftp://ftp.gnu.org/gnu/gcc/releases/${CT_CC_FILE} \ - ftp://ftp.gnu.org/gnu/gcc + CT_GetFile "${CT_CC_FILE}" \ + {ftp,http}://ftp.gnu.org/gnu/gcc{,{,/releases}/${CT_CC_FILE}} } # Extract gcc