Files
MINGW-packages/mingw-w64-python
Jeremy Drake d08e2ba5b7 python: disguise Clang as GCC in sys.version.
Many places check for the string 'GCC' in sys.version to identify a
'posix' build.

Remove anchor from regex for extracting version number from -v/--version
output.  The presence of a git commit hash in LLD's ld -v output was
confusing it.  This doesn't seem entirely save, but solves the immediate
problem.

set CC to clang on clang prefix, to fix LTO/PGO

Remove mktime workaround now that mingw-w64 exports that symbol.
2021-04-12 16:49:55 -07:00
..