Skip to content

Commit a57cf87

Browse files
committed
NEWS: Replacing x86_64-pc-msys with x86_64-pc-cygwin
See msys2/MSYS2-packages#5448
1 parent 728d008 commit a57cf87

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

web/news.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ summary: Important events happening.
55

66
This page lists important changes or issues affecting MSYS2 users. We also post them to [Mastodon](https://fosstodon.org/@msys2org) / [Bluesky](https://bsky.app/profile/msys2org.bsky.social), including some not-so-important things :)
77

8+
### 2025-06-20 - Replacing `x86_64-pc-msys` with `x86_64-pc-cygwin`
9+
10+
As part of our ongoing effort to move MSYS2 closer to Cygwin, we have now
11+
replaced the `x86_64-pc-msys` triplet with `x86_64-pc-cygwin` as the default
12+
host triplet for the MSYS environment.
13+
14+
This means:
15+
16+
* The `$MSYSTEM_CHOST` environment variable will now report `x86_64-pc-cygwin`
17+
instead of `x86_64-pc-msys`
18+
* Autotools based configure scripts will default to `x86_64-pc-cygwin` instead
19+
of `x86_64-pc-msys`
20+
* `gcc -dumpmachine` will report `x86_64-pc-cygwin` instead of `x86_64-pc-msys`
21+
22+
Ideally this should not affect most users. If there are any issues with this
23+
change, please let us know.
24+
825
### 2025-04-18 - Hosted Windows ARM64 Runners on GitHub Actions
926

1027
Earlier this week, GitHub finally [added Windows ARM64 runners to GitHub Actions](https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/), which is great news and will help us a lot producing native ARM64 packages in MSYS2 in the future. Since many of our packages are already available for ARM64, you might be wondering how we managed to do this until now. Let's take a look back:

0 commit comments

Comments
 (0)