From 3ba115710d7dafbe038094d302ee1457709acf99 Mon Sep 17 00:00:00 2001 From: Anton Bondarev Date: Thu, 9 Mar 2017 18:52:14 +0300 Subject: [PATCH] Update to gcc-6.3.0 and other newest tools --- crosstool.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/crosstool.sh b/crosstool.sh index f3d0124..3b00837 100755 --- a/crosstool.sh +++ b/crosstool.sh @@ -48,12 +48,12 @@ PATCHES="$(ls $PATCHES_DIR/*.patch 2>/dev/null || true) # 3 - binutils # 4 - gcc # 5 - gdb -GET_URL=("http://ftp.gnu.org/gnu/gmp/gmp-6.0.0a.tar.bz2" \ - "http://ftp.gnu.org/gnu/mpfr/mpfr-3.1.2.tar.gz" \ +GET_URL=("http://ftp.gnu.org/gnu/gmp/gmp-6.1.2.tar.bz2" \ + "http://ftp.gnu.org/gnu/mpfr/mpfr-3.1.5.tar.gz" \ "http://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz" \ - "http://ftp.gnu.org/gnu/binutils/binutils-2.25.1.tar.bz2" \ - "http://ftp.gnu.org/gnu/gcc/gcc-4.9.2/gcc-4.9.2.tar.bz2" \ - "http://ftp.gnu.org/gnu/gdb/gdb-7.9.tar.xz") + "http://ftp.gnu.org/gnu/binutils/binutils-2.28.tar.bz2" \ + "http://ftp.gnu.org/gnu/gcc/gcc-6.3.0/gcc-6.3.0.tar.bz2" \ + "http://ftp.gnu.org/gnu/gdb/gdb-7.12.tar.xz") DOWNLOAD=../download @@ -61,7 +61,7 @@ for i in $(seq 0 $((${#GET_URL[@]} - 1))); do TARBALL[$i]=$(basename ${GET_URL[$i]}) NAME[$i]=${TARBALL[$i]%%.tar.*} done -NAME[0]=gmp-6.0.0 +#NAME[0]=gmp-6.1.2 do_download() { local downloaded=".downloaded"