File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,20 +59,20 @@ PATCHES="$(ls $PATCHES_DIR/*.patch 2>/dev/null || true)
5959# 3 - binutils
6060# 4 - gcc
6161# 5 - gdb
62- GET_URL=(" http://ftp.gnu.org/gnu/gmp/gmp-6.0.0a .tar.bz2" \
63- " http://ftp.gnu.org/gnu/mpfr/mpfr-3.1.2 .tar.gz" \
62+ GET_URL=(" http://ftp.gnu.org/gnu/gmp/gmp-6.1.2 .tar.bz2" \
63+ " http://ftp.gnu.org/gnu/mpfr/mpfr-3.1.5 .tar.gz" \
6464 " http://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz" \
65- " http://ftp.gnu.org/gnu/binutils/binutils-2.25.1 .tar.bz2" \
66- " http://ftp.gnu.org/gnu/gcc/gcc-4.9.2 /gcc-4.9.2 .tar.bz2" \
67- " http://ftp.gnu.org/gnu/gdb/gdb-7.9 .tar.xz" )
65+ " http://ftp.gnu.org/gnu/binutils/binutils-2.28 .tar.bz2" \
66+ " http://ftp.gnu.org/gnu/gcc/gcc-6.3.0 /gcc-6.3.0 .tar.bz2" \
67+ " http://ftp.gnu.org/gnu/gdb/gdb-7.12 .tar.xz" )
6868
6969DOWNLOAD=../download
7070
7171for i in $( seq 0 $(( ${# GET_URL[@]} - 1 )) ) ; do
7272 TARBALL[$i ]=$( basename ${GET_URL[$i]} )
7373 NAME[$i ]=${TARBALL[$i]%% .tar.* }
7474done
75- NAME[0]=gmp-6.0.0
75+ # NAME[0]=gmp-6.1.2
7676
7777do_download () {
7878 local downloaded=" .downloaded"
You can’t perform that action at this time.
0 commit comments