about summary refs log tree commit diff
path: root/src/librustc_target/spec/mipsisa32r6el_unknown_linux_gnu.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-25/+0
2019-03-30Add target_mcount optionYuki OKUSHI-0/+1
2019-03-05MIPS: add r6 supportYunQiang Su-0/+24
MIPS r6 is quite different with the previous version. It use some new target triples: mipsisa32r6-unknown-linux-gnu mipsisa32r6el-unknown-linux-gnu mipsisa64r6-unknown-linux-gnuabi64 mipsisa64r6el-unknown-linux-gnuabi64 This patch has been tested with Debian Port for mips64r6el, and the support of these triples also is included in llvm: https://reviews.llvm.org/rGe58c45a695f39004710b6ce940d489fee800dbd3