Skip to content
New issue

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

Improve conditional compilation around PerlAsm #1937

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 16, 2024

  1. build.rs: Improve conditional compilation around PerlAsm.

    build.rs determines whether the target platform is supported by PerlAsm
    using both target_arch and target_os. Instances of conditional
    compilation in both src/ and crypto/ were using just target_arch to
    determine whether PerlAsm symbols are present, resulting in link-time
    build failures for certain targets, including, for example,
    aarch64-unknown-none.
    
    This commit fixes those instances of conditional compilation to align
    with the build script.
    
    I agree to license my contributions to each file under the terms given
    at the top of each file I changed.
    nspin committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0e644b7 View commit details
    Browse the repository at this point in the history