diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-08-22 18:08:39 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-08-22 18:08:39 +0200 |
commit | a7eb2dea728a96f3f40163a6be9b0dc692e0c652 (patch) | |
tree | 28e2e36ed9e40a822069ace0c87cad571929cbbe /scripts/build/cc | |
parent | e3fb9c8c47dc298e79e26868ec60bfcd2dfa16af (diff) | |
download | crosstool-ng-a7eb2dea728a96f3f40163a6be9b0dc692e0c652.tar.gz crosstool-ng-a7eb2dea728a96f3f40163a6be9b0dc692e0c652.tar.bz2 crosstool-ng-a7eb2dea728a96f3f40163a6be9b0dc692e0c652.zip |
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>
Diffstat (limited to 'scripts/build/cc')
-rw-r--r-- | scripts/build/cc/gcc.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build/cc/gcc.sh b/scripts/build/cc/gcc.sh index e73cf11c..7b4101c1 100644 --- a/scripts/build/cc/gcc.sh +++ b/scripts/build/cc/gcc.sh @@ -18,11 +18,10 @@ do_cc_get() { )" # 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} \ |