From 98c5fc558c22bcdd12b8889a2cf77a3964410eac Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 1 Dec 2014 15:50:08 +0000 Subject: [PATCH] Fetch binutils 2.24 which is needed for addr2line.exe to work properly. --- fetch_all | 1 + 1 file changed, 1 insertion(+) diff --git a/fetch_all b/fetch_all index bf79216..91b1225 100644 --- a/fetch_all +++ b/fetch_all @@ -2,6 +2,7 @@ mkdir Archives cd Archives wget http://ftp.gnu.org/gnu/binutils/binutils-2.23.2.tar.bz2 +wget http://ftp.gnu.org/gnu/binutils/binutils-2.24.tar.bz2 wget http://ftp.gnu.org/gnu/gcc/gcc-4.7.3/gcc-4.7.3.tar.bz2 wget http://ftp.gnu.org/gnu/gdb/gdb-7.5.1.tar.bz2 wget http://ftp.gnu.org/gnu/termcap/termcap-1.3.1.tar.gz -- 2.30.2