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 mips(el)-unknown-linux-musl #31298

Merged
merged 4 commits into from
Jan 31, 2016
Merged

Commits on Jan 29, 2016

  1. add support for mips(el)-unknown-linux-musl

    This target covers MIPS devices that run the trunk version of OpenWRT.
    
    The x86_64-unknown-linux-musl target always links statically to C libraries. For
    the mips(el)-unknown-linux-musl target, we opt for dynamic linking (like most of
    other targets do) to keep binary size down.
    
    As for the C compiler flags used in the build system, we use the same flags used
    for the mips(el)-unknown-linux-gnu target.
    Jorge Aparicio committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    7b026f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2016

  1. revert changes used for local testing

    Jorge Aparicio committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    146dfce View commit details
    Browse the repository at this point in the history
  2. rustc: set MIPS cpu/features in the compiler

    Jorge Aparicio committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    64ac041 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2016

  1. update libc submodule

    fixes failed test (std::os::raw::tests::unix) in x86_64-musl target
    Jorge Aparicio committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    27127db View commit details
    Browse the repository at this point in the history