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

counter_analysis_toolkit: Automatically detect platform in Makefile #259

Merged
merged 2 commits into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. counter_analysis_toolkit: Added automatic architecture detection to t…

    …he Makefile
    
    The CAT Makefile will now use 'uname -m' to detect if the
    architecture is arm or x86, and otherwise assume powerpc.
    If ARCH is already set, it is left alone.
    willowec committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c5cc874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebb84b2 View commit details
    Browse the repository at this point in the history