commit 6c785eb985bb5600f30bfa19b9d3a8aab640d061
parent 9582d914f2bf2d9f9d770a307ec5d66542a1cb1e
Author: Ruben Rodriguez <ruben@gnu.org>
Date: Thu, 7 Apr 2016 21:34:23 -0500
Fixed link to gcc for windows toolchain build
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/buildscripts/toolchain-windows.sh b/data/buildscripts/toolchain-windows.sh
@@ -11,7 +11,7 @@ mkdir $WD
cd $WD
wget http://ftp.gnu.org/gnu/binutils/binutils-2.24.tar.bz2
tar -jxf binutils-2.24.tar.bz2
-wget http://gcc.fyxm.net/releases/gcc-4.9.1/gcc-4.9.1.tar.bz2
+wget https://ftp.gnu.org/gnu/gcc/gcc-4.9.1/gcc-4.9.1.tar.bz2
tar -jxf gcc-4.9.1.tar.bz2
git clone git://git.code.sf.net/p/mingw-w64/mingw-w64
cd mingw-w64