From cdb5e6d41efa3ee0e1f70eb123553bee388caea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=85=E5=B8=83=E4=B8=81?= Date: Fri, 12 Jun 2020 23:07:08 +0800 Subject: [PATCH 1/2] Add thumbv7a-uwp-windows-msvc to platform-support --- 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 6ce3b97a8..226b6aec8 100644 --- a/src/release/platform-support.md +++ b/src/release/platform-support.md @@ -181,6 +181,7 @@ target | std | rustc | cargo | notes `sparc64-unknown-netbsd` | ✓ | ✓ | | NetBSD/sparc64 `sparc64-unknown-openbsd` | ? | | | `thumbv7a-pc-windows-msvc` | ? | | | +`thumbv7a-uwp-windows-msvc` | ? | | | `thumbv7neon-unknown-linux-musleabihf` | ? | | | Thumb2-mode ARMv7a Linux with NEON, MUSL `x86_64-apple-ios-macabi` | ✓ | | | Apple Catalyst `x86_64-apple-tvos` | ** | | | x86 64-bit tvOS From e206a8700676e2832b5ced1d33436fb47a76bc02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=85=E5=B8=83=E4=B8=81?= Date: Sat, 13 Jun 2020 23:51:07 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Mark=20thumbv7a-uwp-windows-msvc=20as=20?= =?UTF-8?q?=E2=9C=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 226b6aec8..99a290202 100644 --- a/src/release/platform-support.md +++ b/src/release/platform-support.md @@ -181,7 +181,7 @@ target | std | rustc | cargo | notes `sparc64-unknown-netbsd` | ✓ | ✓ | | NetBSD/sparc64 `sparc64-unknown-openbsd` | ? | | | `thumbv7a-pc-windows-msvc` | ? | | | -`thumbv7a-uwp-windows-msvc` | ? | | | +`thumbv7a-uwp-windows-msvc` | ✓ | | | `thumbv7neon-unknown-linux-musleabihf` | ? | | | Thumb2-mode ARMv7a Linux with NEON, MUSL `x86_64-apple-ios-macabi` | ✓ | | | Apple Catalyst `x86_64-apple-tvos` | ** | | | x86 64-bit tvOS