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

Restore ARM CMAKE_CROSSCOMPILING_EMULATOR. #618

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

hvdijk
Copy link
Collaborator

@hvdijk hvdijk commented Dec 23, 2024

Overview

Provide a brief overview of what your changes do, summarizing their effects
and consequences.

Reason for change

In !613, I changed ARM's CMAKE_CROSSCOMPILING_EMULATOR from qemu-arm to qemu-armhf. qemu-armhf is not available on older versions of Debian/Ubuntu and even on the versions where it is available, it is just an alias for qemu-arm.

Description of change

Restore it to qemu-arm.

Anything else we should know?

If there's any other relevant information we should know that may help us in
understanding and verifying your patch, please include it here.

Checklist

  • Read and follow the project Code of Conduct.
  • Make sure the project builds successfully with your changes.
  • Run relevant testing locally to avoid regressions.
  • Run clang-format-19 on all modified code.

In !613, I changed ARM's CMAKE_CROSSCOMPILING_EMULATOR from qemu-arm to
qemu-armhf. qemu-armhf is not available on older versions of
Debian/Ubuntu and even on the versions where it is available, it is just
an alias for qemu-arm. Restore it to qemu-arm.
@hvdijk hvdijk merged commit 5863b9a into uxlfoundation:main Dec 23, 2024
1 check passed
@hvdijk hvdijk deleted the arm-qemu-arm branch December 23, 2024 12:46
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