in reply to Re^3: how to build arm64 Perl
in thread how to build arm64 Perl

Yes, I know how to build Perl. Out of the box it builds only for Intel, but there are switch(es) that I can use on C compiles to build for Intel and arm64, I just do not know how to incorporate them into the normal Configure machinations.This is the way Xcode builds fat/universal binaries. But, I will build on an M1 machine and see what happens! Thanks.

Replies are listed 'Best First'.
Re^5: how to build arm64 Perl
by syphilis (Archbishop) on Feb 15, 2021 at 23:42 UTC
    But, I will build on an M1 machine and see what happens!

    If there's already a perl build on this M1 machine, then running perl -V:config_args might help with the Configure options that you need to provide.

    Cheers,
    Rob