GCC 13.1.0 + MinGW-w64 11.0.0 MSVCRT (release 3)
brechtsanders
released this
27 May 13:20
·
1 commit
to master
since this release
winlibs personal build version gcc-13.1.0-mingw-w64msvcrt-11.0.0-r3
This is the winlibs Intel/AMD 32-bit and 64-bit standalone build of:
- GCC 13.1.0
- GDB 13.1
- MinGW-w64 11.0.0 (linked with msvcrt)
- GNU Binutils 2.40
- GNU Make 4.4.1
- PExports 0.47
- dos2unix 7.5.0
- Yasm 1.3.0
- NASM 2.16.01
- JWasm 2.12pre
- ccache version 4.8.1
- CMake 3.26.4
- ninja 1.11.1
- doxygen 1.9.7
Thread model: mcf (MCF Gthread 1.5-ga.2)
Runtime library: MSVCRT
This build was compiled with GCC 13.1.0 and packaged on 2023-05-27.
Please check out http://winlibs.com/ for the latest personal build.
Available downloads:
- Files with extension
.7z
and.zip
have the same contents.
The.7z
files are smaller but require 7-Zip or PeaZip to extract.
The.zip
files are larger but Windows can extract this file without additional tools. - The
i686
download is the Windows Intel/AMD 32-bit version, which runs natively on and compiles for Windows 32-bit (also runs on Windows 64-bit in 32-bit mode).
Thex86_64
download is the Windows Intel/AMD 64-bit version, which runs natively on and compiles for Windows 64-bit. - The
.sha256
and.sha512
files are checksum files for validating the download.
Notes:
- For performance testing reasons GCC built:
- with
--disable-libstdcxx-backtrace
instead of--enable-libstdcxx-backtrace
- without
-Wl,--dynamicbase
- without
-Wl,--high-entropy-va
- without
-Wl,--nxcompat
- without
-Wl,--tsaware
- with
- GCC built with MCF Gthread instead of POSIX thread library.
- No build with LLVM/Clang/LLD/LLDB as it is not compatible with mcf threads.