scripts/build/cc/gcc.sh
changeset 3039 c87cc34319ab
parent 3027 1ced7cc63576
child 3043 ff167977b163
     1.1 --- a/scripts/build/cc/gcc.sh	Sat Aug 04 23:15:02 2012 +0200
     1.2 +++ b/scripts/build/cc/gcc.sh	Wed Aug 22 18:08:39 2012 +0200
     1.3 @@ -18,11 +18,10 @@
     1.4                      )"
     1.5  
     1.6      # Ah! gcc folks are kind of 'different': they store the tarballs in
     1.7 -    # subdirectories of the same name! That's because gcc is such /crap/ that
     1.8 -    # it is such /big/ that it needs being splitted for distribution! Sad. :-(
     1.9 +    # subdirectories of the same name!
    1.10      # Arrgghh! Some of those versions does not follow this convention:
    1.11      # gcc-3.3.3 lives in releases/gcc-3.3.3, while gcc-2.95.* isn't in a
    1.12 -    # subdirectory! You bastard!
    1.13 +    # subdirectory!
    1.14      CT_GetFile "gcc-${CT_CC_VERSION}"                                                       \
    1.15                 {ftp,http}://ftp.gnu.org/gnu/gcc{,{,/releases}/gcc-${CT_CC_VERSION}}         \
    1.16                 ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-${CT_CC_VERSION} \