On Fri, 22 May 2026, LIU Hao wrote:
On Windows, a native C preprocessor outputs CRLF line endings. When using a
native toolchain in Cygwin, the Cygwin sed takes only LF line endings, so
these
regular expressions fail to match stdcall suffixes for non-i686 targets.
This commit addresses the issue by allowing these regular expressions to
match
an optional CR at EOL.
Reference: https://sourceforge.net/p/mingw-w64/mailman/message/59337512/
Reported-by: Liaiss Merzougue <[email protected]>
Signed-off-by: LIU Hao <[email protected]>
---
mingw-w64-crt/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
LGTM, thank you!
// Martin
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public