From 1778fcf5247e3719c1325b71a5ab488838807203 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sat, 20 Oct 2018 14:55:51 +0100 Subject: [PATCH] replace sourceware ftp address with http mirror --- defs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defs.sh b/defs.sh index fe559a1..c75ee98 100644 --- a/defs.sh +++ b/defs.sh @@ -29,7 +29,7 @@ fi # Versions of things (do this before config.sh so they can be config'd) BINUTILS_URL=http://ftp.gnu.org/gnu/binutils/binutils-2.25.1.tar.bz2 -#BINUTILS_URL=ftp://sourceware.org/pub/binutils/snapshots/binutils-2.24.90.tar.bz2 +#BINUTILS_URL=http://mirrors.kernel.org/sourceware/binutils/snapshots/binutils-2.24.90.tar.bz2 #last GPL2 release is 2.17, with backported -Bsymbolic support #BINUTILS_URL=http://landley.net/aboriginal/mirror/binutils-2.17.tar.bz2 GCC_VERSION=5.3.0 -- 2.11.4.GIT