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

Aarch64 fixes #80

Open
wants to merge 2 commits into
base: spheric2022
Choose a base branch
from
Open

Aarch64 fixes #80

wants to merge 2 commits into from

Commits on Jan 28, 2024

  1. Set TARGET_ARCH default to none

    Set the default TARGET_ARCH to none, otherwise it fails to build on architectures for which gcc doesn't support -m32 (such as aarch64)
    Candles authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    27e57ac View commit details
    Browse the repository at this point in the history
  2. Explicitly sign chars

    Chars on aarch64 are unsigned by default, throwing a type conversion warning on compilation and a memory access violation when ran.
    Candles authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    63fb7f5 View commit details
    Browse the repository at this point in the history