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

Commits on Apr 11, 2023

  1. Update Makefile

    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 authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    a58923b View commit details
    Browse the repository at this point in the history