Skip to content

Commit 814f254

Browse files
committed
Rollup merge of rust-lang#31348 - alexcrichton:shuffle-tiers, r=steveklabnik
Some other shufflings as well: * Three powerpc triples for Linux have been added recently * An armv7 linux triple was added recently * The 64-bit Solaris triple is now mentioned in tier 3 We are currently now also building nightlies for iOS, powerpc triples, and armv7, but there hasn't been much vetting of the triples themselves so I've left them in tier 3 for now.
2 parents 5f99293 + 0574b39 commit 814f254

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/doc/book/getting-started.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Specifically they will each satisfy the following requirements:
3939

4040
| Target | std |rustc|cargo| notes |
4141
|-------------------------------|-----|-----|-----|----------------------------|
42+
| `i686-pc-windows-msvc` |||| 32-bit MSVC (Windows 7+) |
4243
| `x86_64-pc-windows-msvc` |||| 64-bit MSVC (Windows 7+) |
4344
| `i686-pc-windows-gnu` |||| 32-bit MinGW (Windows 7+) |
4445
| `x86_64-pc-windows-gnu` |||| 64-bit MinGW (Windows 7+) |
@@ -62,7 +63,6 @@ these platforms are required to have each of the following:
6263

6364
| Target | std |rustc|cargo| notes |
6465
|-------------------------------|-----|-----|-----|----------------------------|
65-
| `i686-pc-windows-msvc` |||| 32-bit MSVC (Windows 7+) |
6666
| `x86_64-unknown-linux-musl` || | | 64-bit Linux with MUSL |
6767
| `arm-linux-androideabi` || | | ARM Android |
6868
| `arm-unknown-linux-gnueabi` ||| | ARM Linux (2.6.18+) |
@@ -85,6 +85,9 @@ unofficial locations.
8585
| `i686-linux-android` || | | 32-bit x86 Android |
8686
| `aarch64-linux-android` || | | ARM64 Android |
8787
| `powerpc-unknown-linux-gnu` || | | PowerPC Linux (2.6.18+) |
88+
| `powerpc64-unknown-linux-gnu` || | | PPC64 Linux (2.6.18+) |
89+
|`powerpc64le-unknown-linux-gnu`|| | | PPC64LE Linux (2.6.18+) |
90+
|`armv7-unknown-linux-gnueabihf`|| | | ARMv7 Linux (2.6.18+) |
8891
| `i386-apple-ios` || | | 32-bit x86 iOS |
8992
| `x86_64-apple-ios` || | | 64-bit x86 iOS |
9093
| `armv7-apple-ios` || | | ARM iOS |
@@ -97,6 +100,7 @@ unofficial locations.
97100
| `x86_64-unknown-bitrig` ||| | 64-bit Bitrig |
98101
| `x86_64-unknown-dragonfly` ||| | 64-bit DragonFlyBSD |
99102
| `x86_64-rumprun-netbsd` || | | 64-bit NetBSD Rump Kernel |
103+
| `x86_64-sun-solaris` ||| | 64-bit Solaris/SunOS |
100104
| `i686-pc-windows-msvc` (XP) || | | Windows XP support |
101105
| `x86_64-pc-windows-msvc` (XP) || | | Windows XP support |
102106

0 commit comments

Comments
 (0)