diff options
Diffstat (limited to 'mingw-w64-build')
-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 442a716..cc0f6f5 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -19,8 +19,8 @@ ROOT_PATH="$HOME/.zeranoe/mingw-w64" MINGW_W64_BRANCH="v9.x" -BINUTILS_BRANCH="binutils-2_37-branch" -GCC_BRANCH="releases/gcc-11" +BINUTILS_BRANCH="binutils-2_39-branch" +GCC_BRANCH="releases/gcc-12" ENABLE_THREADS="--enable-threads=posix" |