mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-30 16:14:09 +00:00
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>
This commit is contained in:
parent
e3fb9c8c47
commit
a7eb2dea72
@ -18,11 +18,10 @@ do_cc_get() {
|
|||||||
)"
|
)"
|
||||||
|
|
||||||
# Ah! gcc folks are kind of 'different': they store the tarballs in
|
# 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
|
# subdirectories of the same name!
|
||||||
# it is such /big/ that it needs being splitted for distribution! Sad. :-(
|
|
||||||
# Arrgghh! Some of those versions does not follow this convention:
|
# 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
|
# 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}" \
|
CT_GetFile "gcc-${CT_CC_VERSION}" \
|
||||||
{ftp,http}://ftp.gnu.org/gnu/gcc{,{,/releases}/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} \
|
ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/releases/gcc-${CT_CC_VERSION} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user