diff options
author | Kyle Schwarz <zeranoe@gmail.com> | 2024-05-25 13:10:43 -0400 |
---|---|---|
committer | Kyle Schwarz <zeranoe@gmail.com> | 2024-05-25 13:10:43 -0400 |
commit | a7874f53851f2e5760e749070f5e7daab9139dac (patch) | |
tree | 2b2ad0cc710722589b559a041f677b94ce74691e | |
parent | 1e3e34196c4f1871e5a290c620004bab33032a2c (diff) |
Update binutils to binutils-2_42-branch
-rwxr-xr-x | mingw-w64-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-w64-build b/mingw-w64-build index d14600f..78d21a4 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -19,7 +19,7 @@ ROOT_PATH="$HOME/.zeranoe/mingw-w64" MINGW_W64_BRANCH="master" -BINUTILS_BRANCH="binutils-2_40-branch" +BINUTILS_BRANCH="binutils-2_42-branch" GCC_BRANCH="releases/gcc-12" ENABLE_THREADS="--enable-threads=posix" |