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

Use the correct triple for arm64 #126

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

FtZPetruska
Copy link

The arch component of the triple used on arm64 systems is aarch64 (e.g. aarch64-linux-gnu, aarch64-apple-darwin).

Currently, CMAKE_[HOST_]SYSTEM_PROCESSOR returns arm64, which leads to the wrong triple being generated (e.g. arm64-linux-gnu).

The triple should use aarch64 instead of arm64.
On Windows, `CMAKE_SYSTEM_PROCESSOR` can return AMD64, which fails the
current check.
@FtZPetruska
Copy link
Author

Rebased on master to get the recent CI updates.

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.

1 participant