aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Schwarz <zeranoe@gmail.com>2023-01-29 22:01:22 -0500
committerKyle Schwarz <zeranoe@gmail.com>2023-01-29 22:01:22 -0500
commit4aad2e83aed7692c0d6d7941597a6a71ea7abb3d (patch)
treefa670bdd0618556ddd9c5878e1a2ed26e6a92c5f
parentd0e3b943e1bbaef84a6efb61d8ececf88ed6839d (diff)
Switch to master for MinGW-w64
-rw-r--r--README.md2
-rwxr-xr-xmingw-w64-build2
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"