17 Feb
2026
17 Feb
'26
3:43 p.m.
This treats mingw targets the same way as msvc. We already have the necessary infrastructure; we are just missing a few functions to be able to use it for mingw as well. In my case, I was looking at adding emutls support for GCC. Since it is typically provided by libgcc or compiler-rt, this should be straightforward to implement on top of this MR. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10119