mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 22:52:23 +00:00
The gcc team seems to no longer make releases available at the ftp.gnu.org site, but only on mirrors. Add such a mirror to the list of retrieval sites.
/trunk/scripts/build/cc/gcc.sh | 1 1 0 0 + 1 file changed, 1 insertion(+)
This commit is contained in:
parent
226d76c40b
commit
af244eaf45
@ -12,6 +12,7 @@ do_cc_get() {
|
|||||||
# subdirectory! You bastard!
|
# subdirectory! You bastard!
|
||||||
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}
|
||||||
# Starting with GCC 4.3, ecj is used for Java, and will only be
|
# Starting with GCC 4.3, ecj is used for Java, and will only be
|
||||||
# built if the configure script finds ecj.jar at the top of the
|
# built if the configure script finds ecj.jar at the top of the
|
||||||
# GCC source tree, which will not be there unless we get it and
|
# GCC source tree, which will not be there unless we get it and
|
||||||
|
Loading…
Reference in New Issue
Block a user