Skip to content

Commit dc55425

Browse files
committed
Put no_std targets in tier 3
1 parent f9b38f4 commit dc55425

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

platform-support.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,9 @@ Official builds are not available.
9292
| `x86_64-unknown-dragonfly` ||| | 64-bit DragonFlyBSD |
9393
| `x86_64-unknown-openbsd` ||| | 64-bit OpenBSD |
9494

95+
But those aren't the only platforms Rust can compile to, those are the ones that
96+
require the standard library. When linking only to the core library, Rust can
97+
target "bare metal" in the x86, ARM, MIPS, and PowerPC families, and thus applied
98+
to a variety of problems. It may require defining custom target specifications
99+
to do so. All such scenarios are tier 3.
95100

0 commit comments

Comments
 (0)