Skip to content

Some MIPS improve - #710

Closed
wzssyqa wants to merge 2 commits into
rust-lang:masterfrom
wzssyqa:master
Closed

Some MIPS improve#710
wzssyqa wants to merge 2 commits into
rust-lang:masterfrom
wzssyqa:master

Conversation

@wzssyqa

Copy link
Copy Markdown

Support MIPS r6 triples
Remove workaround for MIPS CI: qemu bug fixed

MIPS r6 uses some new triples:
mipsisa{64,32}r6{,el}-linux-gnu{,abi64}
This patch has been in rust main project.
The qemu bug: Set MIPS MSA in ELF Auxiliary Vectors
https://bugs.launchpad.net/qemu/+bug/1754372
has been fixed, so we remove the workaround.
@wzssyqawzssyqa closed this Apr 9, 2019
@wzssyqa

Copy link
Copy Markdown
Author

This patch has been included in #709

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@wzssyqa