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 MIPS support #1277

Closed
wants to merge 4 commits into from
Closed

Add MIPS support #1277

wants to merge 4 commits into from

Commits on May 4, 2021

  1. Add mipsel to Github Actions CI setup

    LinusU authored and bltavares committed May 4, 2021
    Configuration menu
    Copy the full SHA
    c17157e View commit details
    Browse the repository at this point in the history
  2. Add mips support

    This commit ports the changes from briansmith#1181 into the updated codebase
    
    The following command is working:
    > cross build --target mipsel-unknown-linux-musl
    
    But tests are still not working:
    > cross test --target mipsel-unknown-linux-musl
    bltavares committed May 4, 2021
    Configuration menu
    Copy the full SHA
    53cfcd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd27ae2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d80f178 View commit details
    Browse the repository at this point in the history