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

Conversation

bryteise
Copy link
Member

@bryteise bryteise commented Feb 3, 2024

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.

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 bryteise merged commit 750e50d into master Feb 3, 2024
4 checks passed
@bryteise bryteise deleted the flesh-out-apx-support branch February 3, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants