Skip to content

Commit 870738b

Browse files
authored
Merge pull request #4 from embox/update-to-6.3.0
Update to gcc-6.3.0 and other newest tools
2 parents b13f3bd + 3b5bd5f commit 870738b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

crosstool.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

6969
DOWNLOAD=../download
7070

7171
for i in $(seq 0 $((${#GET_URL[@]} - 1))); do
7272
TARBALL[$i]=$(basename ${GET_URL[$i]})
7373
NAME[$i]=${TARBALL[$i]%%.tar.*}
7474
done
75-
NAME[0]=gmp-6.0.0
75+
#NAME[0]=gmp-6.1.2
7676

7777
do_download() {
7878
local downloaded=".downloaded"

0 commit comments

Comments
 (0)