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 arm-unknown-linux-musleabi{,hf} targets. #264

Merged
merged 1 commit into from
Apr 18, 2016

Commits on Apr 16, 2016

  1. Add support for arm-unknown-linux-musleabi{,hf} targets.

    These targets will be similar to the x86_64-unknown-linux-musl
    target, in that they'll use MUSL libc to allow fully static binaries
    to be generated. To remain consistent with the naming of existing
    ARM targets, as well as with the standard naming of MUSL toolchains,
    we'll use `musleabi` and `musleabihf` as the target environment
    names (analogous to `gnueabi` and `gnueabihf`).
    
    Most of these changes just extend the special casing for x86_64 MUSL
    targets to the ARM ones as well.
    timonvo committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    ad72859 View commit details
    Browse the repository at this point in the history