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 21
21
major_minor=" ${version_to_build% .* } "
22
22
elif [[ " ${package_to_build} " == " gcc" ]]; then
23
23
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 /"
25
25
else
26
26
gcc_url_head=" svn://gcc.gnu.org/svn/gcc/"
27
27
fi
28
28
fi
29
29
package_url_head=(
30
30
" 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/"
33
33
" pkg-config;https://pkgconfig.freedesktop.org/releases/"
34
34
" mpich;https://www.mpich.org/static/downloads/${version_to_build-} /"
35
35
" 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/"
38
38
" cmake;https://www.cmake.org/files/v${major_minor:- } /"
39
39
" subversion;https://www.eu.apache.org/dist/subversion/"
40
40
)
You can’t perform that action at this time.
0 commit comments