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 native AArch64 hosts #567

Closed
wants to merge 8 commits into from

Commits on Jul 18, 2021

  1. Configuration menu
    Copy the full SHA
    f525a47 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. add support for arm64 host when cross compiling armv6

    requires the toolchain to be built while building the docker image, arm
    does not distribute a toolchain for arm-unknown-linux-gnueabihf that
    runs on arm64.
    davidcole1340 committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    ce7570b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ae8463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40b271f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4585f30 View commit details
    Browse the repository at this point in the history
  5. fix qemu and ld paths

    davidcole1340 committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    a5b5031 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54cc40d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5cdfad View commit details
    Browse the repository at this point in the history