-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
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 :)
Metadata
Metadata
Assignees
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.