aboutsummaryrefslogtreecommitdiff
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
parent5b36c6a52fa35e43ba60d4fb3f733b643a012229 (diff)
Update GCC to 9svn
-rw-r--r--README.md2
-rwxr-xr-xmingw-w64-build2
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"