Closed
Description
It was pointed out by @japaric that the mipsel-musl toolchain should use soft float like the mips-musl toolchain as almost all devices it targets all have soft float. Changing this will require a few pieces:
- Change the linux-cross docker image in how it builds the mipsel-linux-musl toolchain by following the instructions to regenerate the config file. (anyone can do this, feel free to send a PR) - switch mipsel-musl to soft float rust-lang-deprecated/rust-buildbot#108
- Publish a new linux-cross docker image (I can do this)
- Restart buildbot to pick up the new linux-cross docker image (I can do this)
- Send a PR to add
+soft-float
to the target-features of the mipsel-musl target spec, like the mips-musl target spec
I'm gonna tag this as E-easy as it's pretty clear how to proceed, and I can help out anyone willing to do so! You even get to play around with our infrastructure a bit :)