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 all cross targets #72

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

Commits on Apr 18, 2017

  1. Consolidate Linux targets

    Susurrus committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    44cd52d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Support all cross-supported targets.

    Adds Android, iOS, Linux/ARM, and Windows. Bare-metal
    thumb targets are listed, because they are supported by cross, but they
    aren't enabled by default as they don't support std and will likely not
    but used by most projects.
    
    I've left off the *linux-musleabi* targets as they are failing with an
    odd error that is likely due to musl itself.
    Susurrus committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    4a9bbf7 View commit details
    Browse the repository at this point in the history