# HG changeset patch # User "Yann E. MORIN" # Date 1345651719 -7200 # Node ID c87cc34319ab935ec4b2c49a942ae86ed95670e2 # Parent d3cc9bc005c8385262a92bf290f31b6d874e72b5 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" diff -r d3cc9bc005c8 -r c87cc34319ab scripts/build/cc/gcc.sh --- a/scripts/build/cc/gcc.sh Mon Aug 20 20:29:48 2012 +0200 +++ b/scripts/build/cc/gcc.sh Wed Aug 22 18:08:39 2012 +0200 @@ -18,11 +18,10 @@ )" # Ah! gcc folks are kind of 'different': they store the tarballs in - # subdirectories of the same name! That's because gcc is such /crap/ that - # it is such /big/ that it needs being splitted for distribution! Sad. :-( + # subdirectories of the same name! # 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! + # subdirectory! CT_GetFile "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} \