File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
prerequisites/build-functions Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 major_minor=" ${version_to_build% .* } "
2222 elif [[ " ${package_to_build} " == " gcc" ]]; then
2323 if [[ -z " ${arg_b:- ${arg_B} } " ]]; then
24- gcc_url_head=" ftp ://ftp .gnu.org:/gnu /gcc/gcc-${version_to_build} /"
24+ gcc_url_head=" https ://ftpmirror .gnu.org/gcc /gcc- ${version_to_build} /gcc-${version_to_build} .tar.xz /"
2525 else
2626 gcc_url_head=" svn://gcc.gnu.org/svn/gcc/"
2727 fi
2828 fi
2929 package_url_head=(
3030 " gcc;${gcc_url_head-} "
31- " wget;ftp ://ftp .gnu.org: /gnu/wget/"
32- " m4;ftp ://ftp .gnu.org: /gnu/m4/"
31+ " wget;https ://ftpmirror .gnu.org/gnu/wget/"
32+ " m4;https ://ftpmirror .gnu.org/gnu/m4/"
3333 " pkg-config;https://pkgconfig.freedesktop.org/releases/"
3434 " mpich;https://www.mpich.org/static/downloads/${version_to_build-} /"
3535 " flex;https://sourceforge.net/projects/flex/files/"
36- " make;ftp ://ftp .gnu.org/gnu/make/"
37- " bison;ftp ://ftp .gnu.org: /gnu/bison/"
36+ " make;https ://ftpmirror .gnu.org/gnu/make/"
37+ " bison;https ://ftpmirror .gnu.org/gnu/bison/"
3838 " cmake;https://www.cmake.org/files/v${major_minor:- } /"
3939 " subversion;https://www.eu.apache.org/dist/subversion/"
4040 )
You can’t perform that action at this time.
0 commit comments