diff options
author | Kyle Schwarz <zeranoe@gmail.com> | 2022-07-10 19:00:44 -0400 |
---|---|---|
committer | Kyle Schwarz <zeranoe@gmail.com> | 2022-07-10 19:00:44 -0400 |
commit | 6bc1c85e033ab85242e479f20d5e0aef1cdba71b (patch) | |
tree | a219d3aaf5308636bfd6ee2bbfe1cef2c72bab86 | |
parent | 100887b4d90c8c7d79b95e5ec242613cb2ed0ed2 (diff) |
Update packages
Binutils 2.39 and GCC 12
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | mingw-w64-build | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -6,8 +6,8 @@ files. ## Default Branches * [MinGW-w64](https://mingw-w64.org) v9.x -* [Binutils](https://www.gnu.org/software/binutils/) binutils-2_37-branch -* [GCC](https://gcc.gnu.org/) releases/gcc-11 +* [Binutils](https://www.gnu.org/software/binutils/) binutils-2_39-branch +* [GCC](https://gcc.gnu.org/) releases/gcc-12 ## Default Prefix `$HOME/.zeranoe/mingw-w64/i686` and `$HOME/.zeranoe/mingw-w64/x86_64` are the 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" |