scripts/build/cc_gcc.sh
changeset 491 85e0330f8715
parent 466 7f9bbf94b0bb
child 501 a7da743b324f
     1.1 --- a/scripts/build/cc_gcc.sh	Wed Apr 30 10:43:41 2008 +0000
     1.2 +++ b/scripts/build/cc_gcc.sh	Sun May 04 10:46:32 2008 +0000
     1.3 @@ -15,10 +15,8 @@
     1.4      # Arrgghh! Some of those versions does not follow this convention:
     1.5      # gcc-3.3.3 lives in releases/gcc-3.3.3, while gcc-2.95.* isn't in a
     1.6      # subdirectory! You bastard!
     1.7 -    CT_GetFile "${CT_CC_FILE}"                                  \
     1.8 -               ftp://ftp.gnu.org/gnu/gcc/${CT_CC_FILE}          \
     1.9 -               ftp://ftp.gnu.org/gnu/gcc/releases/${CT_CC_FILE} \
    1.10 -               ftp://ftp.gnu.org/gnu/gcc
    1.11 +    CT_GetFile "${CT_CC_FILE}"  \
    1.12 +               {ftp,http}://ftp.gnu.org/gnu/gcc{,{,/releases}/${CT_CC_FILE}}
    1.13  }
    1.14  
    1.15  # Extract gcc