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

Fix build of compiler-rt on FreeBSD #35004

Merged
merged 2 commits into from
Jul 31, 2016
Merged

Fix build of compiler-rt on FreeBSD #35004

merged 2 commits into from
Jul 31, 2016

Commits on Jul 24, 2016

  1. Fix build of compiler-rt on FreeBSD

    Broken since ee6011f removed cmake from the
    process.  There are likely other platforms still broken, but I didn't test on
    them.
    asomers committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    1afb17e View commit details
    Browse the repository at this point in the history
  2. Follow-up to 1afb17e

    Disable gcc_personality_v0.c in rustbuild as well as the normal build.
    Rustbuild now gets further on FreeBSD, but it still fails due to other problems.
    asomers committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    8604c54 View commit details
    Browse the repository at this point in the history