diff options
author | Kyle Schwarz <zeranoe@gmail.com> | 2019-02-12 12:17:27 -0500 |
---|---|---|
committer | Kyle Schwarz <zeranoe@gmail.com> | 2019-02-12 12:17:27 -0500 |
commit | 8fa635ccd98d6eeb6fe9570527d83fe3cc9014e5 (patch) | |
tree | 974b9b140988685151f3e277566f90d377c5108c | |
parent | 05b3369b0b15dddde6337bd305548b908be0ba2d (diff) |
Update to Binutils 2.32git
-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 a209bb7..97a3950 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -18,7 +18,7 @@ v_script="4.0.1" v_mingww64="6git" -v_binutils="2.31git" +v_binutils="2.32git" v_gcc="8svn" v_gmp="6.1.2" v_mpfr="4.0.1" @@ -86,7 +86,7 @@ download_sources() git clone --depth 1 -b v6.x git://git.code.sf.net/p/mingw-w64/mingw-w64 mingw-w64-$v_mingww64 || error_exit echo "downloading binutils" >&3 - git clone --depth 1 -b binutils-2_31-branch --single-branch git://sourceware.org/git/binutils-gdb.git binutils-$v_binutils || error_exit + 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 |