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

Update Makefile #2537

Merged
merged 1 commit into from
Apr 11, 2023
Merged

Update Makefile #2537

merged 1 commit into from
Apr 11, 2023

Conversation

EricClaeys
Copy link
Collaborator

An update of Bullseye from Feb 2023 change what's reported from "uname -m". "arm7l" used to be reported for 32-bit OS's and "aarch64" for 64-bit OS's. They now both report "aarch64" if the underlying hardware is 64-bit. We get around this by using "shell dpkg --print-architecture" instead. Also, use "else ifeq ()" when checking the same variable for different values.

An update of Bullseye from Feb 2023 change what's reported from "uname -m".  "arm7l" used to be reported for 32-bit OS's and "aarch64" for 64-bit OS's.  They now both report "aarch64" if the underlying hardware is 64-bit.
We get around this by using "shell dpkg --print-architecture" instead.
Also, use "else ifeq ()" when checking the same variable for different values.
@EricClaeys EricClaeys merged commit aa0287d into dev Apr 11, 2023
@EricClaeys EricClaeys deleted the Makefile-fix-"aarch"-problem branch April 11, 2023 04:29
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