We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently all Perl versions are built as 64bit. But for better testing, 32bit builds are also needed.
For building 32bit version, you should pass -m32 gcc flag to produce 32bit binary on 64bit system.
-m32
I would suggest to introduce -32bit- mark into perl version, like there is -thr- or -shrplib- mark.
-32bit-
-thr-
-shrplib-
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently all Perl versions are built as 64bit. But for better testing, 32bit builds are also needed.
For building 32bit version, you should pass
-m32
gcc flag to produce 32bit binary on 64bit system.I would suggest to introduce
-32bit-
mark into perl version, like there is-thr-
or-shrplib-
mark.The text was updated successfully, but these errors were encountered: