aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Schwarz <zeranoe@gmail.com>2023-01-29 22:01:22 -0500
committerToni Uhlig <matzeton@googlemail.com>2023-04-20 15:44:29 +0200
commitd5c2be4c308b6fadf85ef3ff84d5dd76a3ca4823 (patch)
treedfda1bc2494dac45f2dbd81b6bc6ac674e50058d
parent63454e57747cc92907800e9e069b21707c6cf2e1 (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 a08e650..92fa9f0 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,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 b681f7d..83cdb1f 100755
--- a/mingw-w64-build
+++ b/mingw-w64-build
@@ -18,7 +18,7 @@
ROOT_PATH="$HOME/.mingw-w64-build-ng"
-MINGW_W64_BRANCH="v9.x"
+MINGW_W64_BRANCH="master"
BINUTILS_BRANCH="binutils-2_40-branch"
GCC_BRANCH="releases/gcc-12"