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

Add support for Linux aarch64 architecture (ARM) #1100

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    0abeb8b View commit details
    Browse the repository at this point in the history
  2. Fix memory model for aarch64 architecture

    The -mcmodel=medium option is not available on ARM architecture
    markphip committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    3d47403 View commit details
    Browse the repository at this point in the history
  3. Set the compiler options on aarch64

    Some of the programs fail to build on aarch64 without setting -Wno-narrowing
    compiler option
    markphip committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    f0c084f View commit details
    Browse the repository at this point in the history