diff options
author | Kyle Schwarz <zeranoe@gmail.com> | 2019-07-19 15:47:42 -0400 |
---|---|---|
committer | Kyle Schwarz <zeranoe@gmail.com> | 2019-07-19 15:47:42 -0400 |
commit | 2c83277e20854b6aba28246787124a99db912ff1 (patch) | |
tree | f2339e28b73a2900612515af2539402dfcb46338 | |
parent | 5b36c6a52fa35e43ba60d4fb3f733b643a012229 (diff) |
Update GCC to 9svn
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | mingw-w64-build | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" |