aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Schwarz <zeranoe@gmail.com>2022-07-10 19:00:44 -0400
committerKyle Schwarz <zeranoe@gmail.com>2022-07-10 19:00:44 -0400
commit6bc1c85e033ab85242e479f20d5e0aef1cdba71b (patch)
treea219d3aaf5308636bfd6ee2bbfe1cef2c72bab86
parent100887b4d90c8c7d79b95e5ec242613cb2ed0ed2 (diff)
Update packages
Binutils 2.39 and GCC 12
-rw-r--r--README.md4
-rwxr-xr-xmingw-w64-build4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1ba4f50..ab13bd2 100644
--- a/README.md
+++ b/README.md
@@ -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"