On Sun, 6 Feb 2022, Pali Rohár wrote:
MinGW-w64 has same startup files for crtdll.dll and msvcrt.dll and defining -D__CRTDLL__ or -D__MSVCRT__ has no effect on built *crt*.o files, they are same. So build startup files only once and create other as copy from the first one. Also remove -D__CRTDLL__ and -D__MSVCRT__ as they are not used by MinGW-w64. --- mingw-w64-crt/Makefile.am | 104 +++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 52 deletions(-)
Seems correct - pushed. // Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
