Should we migrate gcc from winpthreads to mcfgthread?
Closed this issue · 1 comments
UsmanTariq2 commented
Should we migrate gcc from winpthreads to mcfgthread?
lhmouse commented
Here's some random stuff:
- boost seems to use
std::
, so no action is to be taken. - Python and mostly others have dedicated Windows native implementation and do not depend on winpthread, so no action is to be taken, either.
- libgomp, as part of GCC runtime libraries, asks for pthread explicitly, so code needs to be rewritten. I don't know how much work there is.