Skip to content

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