diff options
author | Kyle Schwarz <zeranoe@gmail.com> | 2020-01-15 00:20:24 -0500 |
---|---|---|
committer | Kyle Schwarz <zeranoe@gmail.com> | 2020-01-15 00:20:24 -0500 |
commit | 5fb7bcc70be0b16d8d69772000b096069ad8a85d (patch) | |
tree | 967b4b764871cb2f2a5920eede34fce2f183556b | |
parent | e537ac81725ed4cf58f98ddb33d1c7e75819c887 (diff) | |
parent | 9536a17925161a4cdd7b3b4a60adb4ecae09b440 (diff) |
Merge branch 'pphh77-mod'
GCC switched to git, and the svn repo is in read-only mode.
-rwxr-xr-x | mingw-w64-build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingw-w64-build b/mingw-w64-build index 354dec7..4ed9eed 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -19,7 +19,7 @@ v_script="4git" v_mingww64="7git" v_binutils="2.33git" -v_gcc="9svn" +v_gcc="9git" v_gmp="6.1.2" v_mpfr="4.0.2" v_mpc="1.1.0" @@ -89,7 +89,7 @@ download_sources() git clone --depth 1 -b binutils-2_33-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-9-branch gcc-$v_gcc || error_exit + git clone --depth 1 -b gcc-9-branch git://gcc.gnu.org/git/gcc.git gcc-$v_gcc || error_exit local urls=( "https://ftp.gnu.org/gnu/gmp/gmp-$v_gmp.tar.xz" |