From 2c83277e20854b6aba28246787124a99db912ff1 Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Fri, 19 Jul 2019 15:47:42 -0400 Subject: Update GCC to 9svn --- README.md | 2 +- mingw-w64-build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38f1c42..863c16c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Package * [MinGW-w64](https://mingw-w64.org) 6git * [Binutils](https://www.gnu.org/software/binutils/) 2.32git -* [GCC](https://gcc.gnu.org/) 8svn +* [GCC](https://gcc.gnu.org/) 9svn * [GMP](https://gmplib.org/) 6.1.2 * [MPFR](http://www.mpfr.org/) 4.0.2 * [MPC](http://www.multiprecision.org/mpc/) 1.1.0 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" -- cgit v1.2.3