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

Musl host toolchain #58575

Merged
merged 13 commits into from
Mar 15, 2019
Merged

Musl host toolchain #58575

merged 13 commits into from
Mar 15, 2019

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    880b041 View commit details
    Browse the repository at this point in the history
  2. Set RUSTFLAGS env to make dylib work

    The musl-target doesn't automatically disable static linking of musl when building a dylib, and then complains it can't build a dylib.
    As a workaround, disable static linking via RUSTFLAGS, to see how far the build gets.
    The proper fix is to have rustc figure that out automagically.
    strfry authored and mati865 committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    3729e48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aecb32c View commit details
    Browse the repository at this point in the history
  4. Make the musl dynamic loader known to the system, so it can execute t…

    …arget binaries
    strfry authored and mati865 committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    8e2aa52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f107fd View commit details
    Browse the repository at this point in the history
  6. Address review comments

    martell authored and mati865 committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    52a3311 View commit details
    Browse the repository at this point in the history
  7. musl: update LLVM to 7

    mati865 committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    cacb305 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbc1ce0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4dd57ef View commit details
    Browse the repository at this point in the history
  10. Move testing to test-various

    mati865 committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    66de5c6 View commit details
    Browse the repository at this point in the history
  11. Final cleanups

    mati865 committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    17464a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Address final review

    mati865 committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    f364f48 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

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