cc/gcc: cleanup comments from rude wordings
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Wed Aug 22 18:08:39 2012 +0200 (2012-08-22)
changeset 3039c87cc34319ab
parent 3038 d3cc9bc005c8
child 3040 987ff9768880
cc/gcc: cleanup comments from rude wordings

That comes from way back when nothing would work as expected, and I would
easily get heated as soon as anything would break. Sigh, those were the
old days.

Apologies.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
scripts/build/cc/gcc.sh
     1.1 --- a/scripts/build/cc/gcc.sh	Mon Aug 20 20:29:48 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} \