Skip to content

Add missing stable Tier 2 platforms #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ these platforms are required to have each of the following:
| `aarch64-linux-android` | ✓ | | | ARM64 Android |
| `aarch64-unknown-fuchsia` | ✓ | | | ARM64 Fuchsia |
| `aarch64-unknown-linux-gnu` | ✓ | ✓ | ✓ | ARM64 Linux |
| `aarch64-unknown-linux-musl` | ✓ | | | ARM64 Linux with MUSL |
| `arm-linux-androideabi` | ✓ | | | ARMv7 Android |
| `arm-unknown-linux-gnueabi` | ✓ | ✓ | ✓ | ARMv6 Linux |
| `arm-unknown-linux-gnueabihf` | ✓ | ✓ | ✓ | ARMv6 Linux, hardfloat |
Expand Down Expand Up @@ -85,6 +86,7 @@ these platforms are required to have each of the following:
| `sparcv9-sun-solaris` | ✓ | | | SPARC Solaris 10/11, illumos |
| `wasm32-unknown-emscripten` | ✓ | | | WebAssembly via Emscripten |
| `x86_64-apple-ios` | ✓ | | | 64-bit x86 iOS |
| `x86_64-linux-android` | ✓ | | | 64-bit x86 Android |
| `x86_64-rumprun-netbsd` | ✓ | | | 64-bit NetBSD Rump Kernel |
| `x86_64-sun-solaris` | ✓ | | | 64-bit Solaris 10/11, illumos|
| `x86_64-unknown-freebsd` | ✓ | ✓ | ✓ | 64-bit FreeBSD |
Expand Down