From 0a65a9330f14981fc3f13063177b553757f83799 Mon Sep 17 00:00:00 2001 From: Yerkebulan Tulibergenov Date: Wed, 10 Jun 2020 17:01:45 -0700 Subject: [PATCH 1/2] Update platform-support.md to include mipsel-sony-psp --- src/release/platform-support.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/release/platform-support.md b/src/release/platform-support.md index 5398f7f15..75aa1d9d0 100644 --- a/src/release/platform-support.md +++ b/src/release/platform-support.md @@ -162,6 +162,7 @@ target | std | rustc | cargo | notes `i686-wrs-vxworks` | ? | | | `mips-unknown-linux-uclibc` | ✓ | | | MIPS Linux with uClibc `mipsel-unknown-linux-uclibc` | ✓ | | | MIPS (LE) Linux with uClibc +`mipsel-sony-psp` | ? | | | MIPS (LE) Sony PlayStation Portable (PSP) `mipsisa32r6-unknown-linux-gnu` | ? | | | `mipsisa32r6el-unknown-linux-gnu` | ? | | | `mipsisa64r6-unknown-linux-gnuabi64` | ? | | | From 55883c453e1999829ec5f381eb03d711d16de5b6 Mon Sep 17 00:00:00 2001 From: Yerkebulan Tulibergenov Date: Wed, 10 Jun 2020 17:18:26 -0700 Subject: [PATCH 2/2] mipsel-sony-psp supports alloc and core --- src/release/platform-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/release/platform-support.md b/src/release/platform-support.md index 75aa1d9d0..6ce3b97a8 100644 --- a/src/release/platform-support.md +++ b/src/release/platform-support.md @@ -162,7 +162,7 @@ target | std | rustc | cargo | notes `i686-wrs-vxworks` | ? | | | `mips-unknown-linux-uclibc` | ✓ | | | MIPS Linux with uClibc `mipsel-unknown-linux-uclibc` | ✓ | | | MIPS (LE) Linux with uClibc -`mipsel-sony-psp` | ? | | | MIPS (LE) Sony PlayStation Portable (PSP) +`mipsel-sony-psp` | ** | | | MIPS (LE) Sony PlayStation Portable (PSP) `mipsisa32r6-unknown-linux-gnu` | ? | | | `mipsisa32r6el-unknown-linux-gnu` | ? | | | `mipsisa64r6-unknown-linux-gnuabi64` | ? | | |