@@ -63,8 +63,9 @@ Tools](#tier-1-with-host-tools).
6363## Tier 2 with Host Tools
6464
6565Tier 2 targets can be thought of as "guaranteed to build". The Rust project
66- builds official binary releases for each tier 2 target, and automated builds
67- ensure that each tier 2 target builds after each change. Automated tests are
66+ builds official binary releases of the standard library (or, in some cases,
67+ only the ` core ` library) for each tier 2 target, and automated builds
68+ ensure that each tier 2 target can be used as build target after each change. Automated tests are
6869not always run so it's not guaranteed to produce a working build, but tier 2
6970targets often work to quite a good degree and patches are always welcome!
7071
@@ -103,11 +104,12 @@ target | notes
103104` x86_64-unknown-linux-musl ` | 64-bit Linux with MUSL
104105[ ` x86_64-unknown-netbsd ` ] ( platform-support/netbsd.md ) | NetBSD/amd64
105106
106- ## Tier 2
107+ ## Tier 2 without Host Tools
107108
108109Tier 2 targets can be thought of as "guaranteed to build". The Rust project
109- builds official binary releases for each tier 2 target, and automated builds
110- ensure that each tier 2 target builds after each change. Automated tests are
110+ builds official binary releases of the standard library (or, in some cases,
111+ only the ` core ` library) for each tier 2 target, and automated builds
112+ ensure that each tier 2 target can be used as build target after each change. Automated tests are
111113not always run so it's not guaranteed to produce a working build, but tier 2
112114targets often work to quite a good degree and patches are always welcome! For
113115the full requirements, see [ Tier 2 target
0 commit comments