From 4aad2e83aed7692c0d6d7941597a6a71ea7abb3d Mon Sep 17 00:00:00 2001 From: Kyle Schwarz Date: Sun, 29 Jan 2023 22:01:22 -0500 Subject: Switch to master for MinGW-w64 --- README.md | 2 +- mingw-w64-build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12323e8..5ed13b4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ toolchain that can compile Windows executables that don't depend on any GCC dll files. ## Default Branches -* [MinGW-w64](https://mingw-w64.org) v9.x +* [MinGW-w64](https://mingw-w64.org) master * [Binutils](https://www.gnu.org/software/binutils/) binutils-2_40-branch * [GCC](https://gcc.gnu.org/) releases/gcc-12 diff --git a/mingw-w64-build b/mingw-w64-build index eaf62e9..300d5d3 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -18,7 +18,7 @@ ROOT_PATH="$HOME/.zeranoe/mingw-w64" -MINGW_W64_BRANCH="v9.x" +MINGW_W64_BRANCH="master" BINUTILS_BRANCH="binutils-2_40-branch" GCC_BRANCH="releases/gcc-12" -- cgit v1.2.3