diff options
author | Kyle Schwarz <zeranoe@gmail.com> | 2020-01-15 00:19:56 -0500 |
---|---|---|
committer | Kyle Schwarz <zeranoe@gmail.com> | 2020-01-15 00:19:56 -0500 |
commit | 9536a17925161a4cdd7b3b4a60adb4ecae09b440 (patch) | |
tree | f2e661c811ae9a5dfffa03418d9179d512ba1eeb | |
parent | 6ec5c3b10f3665568693ba6c0f4b639a420efc67 (diff) | |
parent | 8535c246c4f3a7b0ca6c0b2e1994bf1be45b5df1 (diff) |
Resolve merge conflict
-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 688bf8c..bbdfea2 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" |