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

Consistently name x86_64 on Darwin #2380

Merged
merged 2 commits into from
Dec 5, 2024
Merged

Consistently name x86_64 on Darwin #2380

merged 2 commits into from
Dec 5, 2024

Conversation

kevemueller
Copy link

The new improved ABI code is specific about amd64 vs. x86_64 naming.
Darwin in fact uses x86_64 (uname -m produces x86_64).
Adjust the code as well as the test cases to use this value instead of the previously chosen amd64.

Keve added 2 commits December 5, 2024 10:44
The new improved ABI code is specific about amd64 vs. x86_64 naming.
Darwin in fact uses x86_64 (uname -m produces x86_64).
Adjust the code as well as the test cases to use this value instead of the previously chosen amd64.
@kevemueller
Copy link
Author

@bapt please apply this before #2379, I will do the trivial merge of #2379 after this is in main.
This commit already cherry picks the refactoring and merges it.

@bapt bapt merged commit a88a43d into freebsd:main Dec 5, 2024
10 of 12 checks passed
@kevemueller kevemueller deleted the amd64 branch December 5, 2024 12:43
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