From db4731fc75f2135521244b8122103c4f8307245c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 4 Apr 2022 01:12:08 +0200 Subject: [PATCH] Update the versions of gcc that we provide binaries for Update TDM-GCC version and add MSYS2 gcc one. See #22261. --- docs/msw/binaries.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/msw/binaries.md b/docs/msw/binaries.md index a8e65639d1..80149d6f1b 100644 --- a/docs/msw/binaries.md +++ b/docs/msw/binaries.md @@ -10,7 +10,8 @@ We provide pre-built binary files for the following compilers: * Microsoft Visual C++ compiler versions 9.0, 10.0, 11.0, 12.0, 14.0, 14.1 and 14.2 (corresponding to marketing product names of Microsoft Visual Studio 2008, 2010, 2012, 2013, 2015, 2017 and 2019 respectively). Please note that MSVC 14.x versions are ABI-compatible and the same set of binaries is used for all of them. * MinGW-w64 versions 7.3 and 8.1 (32-bit binaries use SJLJ exceptions, 64-bit ones use SEH, and all binaries use Win32 threads). -* [TDM-GCC](https://jmeubank.github.io/tdm-gcc/) 9.2.0. +* [TDM-GCC](https://jmeubank.github.io/tdm-gcc/) 10.3.0. +* [MSYS2](https://www.msys2.org/) MinGW 11.2.0. Getting the files -----------------