Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 93a802930341e5f84db4aad49999ab109e8801ee
https://github.com/Perl/perl5/commit/93a802930341e5f84db4aad49999ab109e8801ee
Author: Marin Tsanov <[email protected]>
Date: 2024-10-26 (Sat, 26 Oct 2024)
Changed paths:
M hints/darwin.sh
Log Message:
-----------
Fix darwin arch hint on arm64 when using use64bitall
When calling Configure with use64bitall on arm64 macOS, it compiles a test
program using clang and an -arch flag that is not followed by anything. Seems
like the darwin arch hint when using use64bitall couldn't work with the 'arm'
result from uname -p.
Commit: 3d92d62035e547e26ca6cacbeedf377f4de1bc72
https://github.com/Perl/perl5/commit/3d92d62035e547e26ca6cacbeedf377f4de1bc72
Author: Marin Tsanov <[email protected]>
Date: 2024-10-26 (Sat, 26 Oct 2024)
Changed paths:
M hints/darwin.sh
Log Message:
-----------
Exit on unrecognized darwin arch hint
Not sure if Apple are to introduce another CPU architecture to their device
lineup - but they already did it 2 times. When building this on arm64 macOS,
before adding the arm64 arch hint, Configure with use64bitall wouldn't exit,
but a rather cryptic clang error would be thrown for an unknown arch name,
simply because nothing was passed after the -arch flag.
Commit: 5403449fb387c809374905d4dfb2632939752f74
https://github.com/Perl/perl5/commit/5403449fb387c809374905d4dfb2632939752f74
Author: Marin Tsanov <[email protected]>
Date: 2024-10-26 (Sat, 26 Oct 2024)
Changed paths:
M AUTHORS
Log Message:
-----------
Fix failing AUTHORS test
Compare: https://github.com/Perl/perl5/compare/b6cf02c6a478...5403449fb387
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications