diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2016-04-07 21:34:23 -0500 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2016-04-07 21:34:23 -0500 |
commit | 6c785eb985bb5600f30bfa19b9d3a8aab640d061 (patch) | |
tree | e0d07707ffec8485cbdd37b0a0f709eac726c099 | |
parent | 9582d914f2bf2d9f9d770a307ec5d66542a1cb1e (diff) |
Fixed link to gcc for windows toolchain build
-rw-r--r-- | data/buildscripts/toolchain-windows.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/buildscripts/toolchain-windows.sh b/data/buildscripts/toolchain-windows.sh index 4faddfb..5e18c7f 100644 --- 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 |