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

Added conditional compilation for cross-compiling for Aarch64 #2

Open
wants to merge 4 commits into
base: solana-4.0.1
Choose a base branch
from

Conversation

vkomenda
Copy link

When cross-compiling, the option -march=native is not available. This PR fixes the error which was caused by using this option when the host and the target were different.

I also took the liberty of fixing the doc crate name in tests because the CI was failing on those.

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