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

mk: Don't pass -msoft-float on mips-gnu #34841

Merged
merged 1 commit into from
Jul 16, 2016

Commits on Jul 15, 2016

  1. mk: Don't pass -msoft-float on mips-gnu

    Soon the LLVM upgrade (rust-lang#34743) will require an updated CMake installation, and
    the easiest way to do this was to upgrade the Ubuntu version of the bots to
    16.04. This in turn brings in a new MIPS compiler on the linux-cross builder,
    which is now from the "official" ubuntu repositories. Unfortunately these
    new compilers don't support compiling with the `-msoft-float` flag like we're
    currently passing, causing compiles to fail.
    
    This commit removes these flags as it's not clear *why* they're being passed, as
    the mipsel targets also don't have it. At least if it's not supported by a
    debian default compiler, perhaps it's not too relevant to support?
    alexcrichton committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    5f43817 View commit details
    Browse the repository at this point in the history