comment: explain why gnuabi64 has a rustc.config but gnuabin32 does not.
This commit is contained in:
parent
998fd408e0
commit
ed4fa55fc3
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ rec {
|
|||
config = "mipsel-unknown-linux-gnu";
|
||||
} // platforms.fuloong2f_n32;
|
||||
|
||||
mips64el-linux-gnuabin32 = platforms.mips64el-linux-gnuabin32;
|
||||
mips64el-linux-gnuabin32 = platforms.mips64el-linux-gnuabin32; # the rust project does not publish a bootstrap tarball for gnuabin32
|
||||
mips64el-linux-gnuabi64 = platforms.mips64el-linux-gnuabi64 // { rustc.config = "mips64el-unknown-linux-gnuabi64"; };
|
||||
mips64el-qemu-linux-gnuabi64 = platforms.mips64el-qemu-linux-gnuabi64;
|
||||
|
||||
|
|
Loading…
Reference in a new issue