Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 9e2eea7c1c7dc33860c4c40c64df1111b16f746e
https://github.com/Perl/perl5/commit/9e2eea7c1c7dc33860c4c40c64df1111b16f746e
Author: Biswapriyo Nath <[email protected]>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M AUTHORS
Log Message:
-----------
Add myself to AUTHORS
Commit: 83dc89ef721a8d574ee5cd83af8059227add862c
https://github.com/Perl/perl5/commit/83dc89ef721a8d574ee5cd83af8059227add862c
Author: Biswapriyo Nath <[email protected]>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M win32/GNUmakefile
M win32/config.gc
Log Message:
-----------
win32: Use -shared option instead of -mdll to create DLL
Commit: 87a09ccde40c9dfb85d2fa70fa830527275f44b1
https://github.com/Perl/perl5/commit/87a09ccde40c9dfb85d2fa70fa830527275f44b1
Author: Biswapriyo Nath <[email protected]>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M win32/GNUmakefile
Log Message:
-----------
win32/GNUmakefile: Get CPU arch from target triplet
MinGW-w64 target triplet is different in GCC and Clang/llvm
Commit: 7631dcc7c663825c8b734603e5533daf75631106
https://github.com/Perl/perl5/commit/7631dcc7c663825c8b734603e5533daf75631106
Author: Biswapriyo Nath <[email protected]>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M win32/GNUmakefile
Log Message:
-----------
win32/GNUmakefile: Remove -s option from compiler flags
Binary stripping is done at linking time
Compare: https://github.com/Perl/perl5/compare/3235da5abd4c...7631dcc7c663