aboutsummaryrefslogtreecommitdiff
path: root/mingw-w64-build
diff options
context:
space:
mode:
authorKyle Schwarz <zeranoe@gmail.com>2019-07-19 15:47:42 -0400
committerKyle Schwarz <zeranoe@gmail.com>2019-07-19 15:47:42 -0400
commit2c83277e20854b6aba28246787124a99db912ff1 (patch)
treef2339e28b73a2900612515af2539402dfcb46338 /mingw-w64-build
parent5b36c6a52fa35e43ba60d4fb3f733b643a012229 (diff)
Update GCC to 9svn
Diffstat (limited to 'mingw-w64-build')
-rwxr-xr-xmingw-w64-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-w64-build b/mingw-w64-build
index 1b86662..248f819 100755
--- a/mingw-w64-build
+++ b/mingw-w64-build
@@ -89,7 +89,7 @@ download_sources()
git clone --depth 1 -b binutils-2_32-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-8-branch gcc-$v_gcc || error_exit
+ svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-9-branch gcc-$v_gcc || error_exit
local urls=(
"https://ftp.gnu.org/gnu/gmp/gmp-$v_gmp.tar.xz"