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

Add support for building APX binaries #818

Merged
merged 1 commit into from
Feb 3, 2024
Merged

Commits on Feb 3, 2024

  1. Add support for building APX binaries

    Add early support for APX builds in autospec. This change also makes
    APX disabled by default for now but may revert back to enabled by
    default in the future. The APX prefix will be /VA as the arch flag is
    not yet finalized. This also may change in the future though for now
    there are no plans to move it.
    
    Currently autotools builds are unable to use this as it detects as a
    cross compilation.
    
    Currently only C using GCC is supported.
    
    This change also reworks how R language optimized binaries are built
    and distributed. They will now work as all the other tooling does with
    the /VX prefix.
    
    Signed-off-by: William Douglas <[email protected]>
    bryteise committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    cd6aed7 View commit details
    Browse the repository at this point in the history