From 9dc898aad17841d1839f30cd00b4986a0e919379 Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Sun, 12 Aug 2018 20:54:52 -0400 Subject: Revert "Revert "Update to GCC 8svn"" This reverts commit 22c7717c4bd9ed46c21050ba83c1105a3493626e. The bug ended up being with MinGW-w64 git HEAD, not GCC. --- mingw-w64-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mingw-w64-build') diff --git a/mingw-w64-build b/mingw-w64-build index c15307e..652e171 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -18,7 +18,7 @@ v_script="4.0.1" v_binutils="2.31git" -v_gcc="7svn" +v_gcc="8svn" v_gmp="6.1.2" v_mpfr="4.0.1" v_mpc="1.1.0" @@ -88,7 +88,7 @@ download_sources() git clone --depth 1 -b binutils-2_31-branch --single-branch git://sourceware.org/git/binutils-gdb.git binutils-$v_binutils || error_exit echo "downloading gcc" >&3 - svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-7-branch gcc-$v_gcc || error_exit + svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-8-branch gcc-$v_gcc || error_exit local urls=( "https://ftp.gnu.org/gnu/gmp/gmp-$v_gmp.tar.xz" -- cgit v1.2.3