]> git.lizzy.rs Git - rust.git/commit
mk: Don't pass -msoft-float on mips-gnu
authorAlex Crichton <alex@alexcrichton.com>
Fri, 15 Jul 2016 04:48:41 +0000 (21:48 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 15 Jul 2016 20:46:09 +0000 (13:46 -0700)
commit5f438171425cd424647ce3499c2a1d006c577365
tree95b38c05cb64e3f91a8aa1fb377b379024d1fb69
parent4db1874f4c26a2c88acb5e46b413e9c4adce3477
mk: Don't pass -msoft-float on mips-gnu

Soon the LLVM upgrade (#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?
mk/cfg/mips-unknown-linux-gnu.mk