lhmouse/mcfgthread

Should we migrate gcc from winpthreads to mcfgthread?

Closed this issue · 1 comments

Should we migrate gcc from winpthreads to mcfgthread?

Here's some random stuff:

  1. boost seems to use std::, so no action is to be taken.
  2. Python and mostly others have dedicated Windows native implementation and do not depend on winpthread, so no action is to be taken, either.
  3. 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.