Skip to content

Commit c682443

Browse files
committed
Update target list
1 parent 0f50bfd commit c682443

5 files changed

+4
-8
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ See also [setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-t
111111
| `mipsel-unknown-linux-musl` (tier3) | x86_64 Linux (any libc) |
112112
| `powerpc-unknown-linux-musl` (tier3) | x86_64 Linux (any libc) |
113113
| `powerpc-unknown-linux-muslspe` (tier3) | x86_64 Linux (any libc) |
114-
| `powerpc64le-unknown-linux-musl` (tier3) | x86_64 Linux (any libc) |
114+
| `powerpc64le-unknown-linux-musl` | x86_64 Linux (any libc) |
115115
| `riscv32gc-unknown-linux-musl` (tier3) | x86_64 Linux (any libc) |
116116
| `riscv64gc-unknown-linux-musl` | x86_64 Linux (any libc) |
117117
| `s390x-unknown-linux-musl` (tier3) | x86_64 Linux (any libc) |
@@ -295,7 +295,6 @@ clang version and wasi-libc hash can be found here: https://github.com/WebAssemb
295295

296296
**Supported targets:**
297297

298-
- `wasm32-wasi`
299298
- `wasm32-wasip1`
300299
- `wasm32-wasip1-threads`
301300

platform-support-status-tier3.md

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ See [platform-support-status.md](platform-support-status.md) for Tier 1 & Tier 2
113113
- [x] powerpc64-unknown-openbsd
114114
- [ ] powerpc64-wrs-vxworks
115115
- [x] powerpc64le-unknown-freebsd
116-
- [x] powerpc64le-unknown-linux-musl
117116
- [ ] riscv32-wrs-vxworks
118117
- [ ] riscv32e-unknown-none-elf
119118
- [ ] riscv32em-unknown-none-elf

platform-support-status.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ See [platform-support-status-tier3.md](platform-support-status-tier3.md) for Tie
5959
- [x] powerpc-unknown-linux-gnu
6060
- [x] powerpc64-unknown-linux-gnu
6161
- [x] powerpc64le-unknown-linux-gnu
62+
- [x] powerpc64le-unknown-linux-musl
6263
- [x] riscv32i-unknown-none-elf
6364
- [x] riscv32im-unknown-none-elf
6465
- [x] riscv32imac-unknown-none-elf
@@ -82,7 +83,6 @@ See [platform-support-status-tier3.md](platform-support-status-tier3.md) for Tie
8283
- [x] thumbv8m.main-none-eabihf
8384
- [ ] wasm32-unknown-emscripten
8485
- [ ] wasm32-unknown-unknown
85-
- [x] wasm32-wasi
8686
- [x] wasm32-wasip1
8787
- [x] wasm32-wasip1-threads
8888
- [ ] wasm32-wasip2

tools/target-list-generated

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ linux_musl_targets=(
6363
powerpc-unknown-linux-musl # tier3
6464
powerpc-unknown-linux-muslspe # tier3
6565
powerpc64-unknown-linux-musl # tier3
66-
powerpc64le-unknown-linux-musl # tier3
66+
powerpc64le-unknown-linux-musl
6767
riscv32gc-unknown-linux-musl # tier3
6868
riscv64gc-unknown-linux-musl
6969
s390x-unknown-linux-musl # tier3
@@ -198,7 +198,6 @@ windows_gnu_targets=(
198198
x86_64-uwp-windows-gnu # tier3
199199
)
200200
wasi_targets=(
201-
wasm32-wasi
202201
wasm32-wasip1
203202
wasm32-wasip1-threads
204203
wasm32-wasip2

tools/target-list-shared.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ linux_musl_targets=(
6565
powerpc-unknown-linux-musl # tier3
6666
powerpc-unknown-linux-muslspe # tier3, TODO: https://github.com/rust-lang/rust/blob/842d6fc32e3d0d26bb11fbe6a2f6ae2afccc06cb/src/doc/rustc/src/platform-support/powerpc-unknown-linux-muslspe.md
6767
# powerpc64-unknown-linux-musl # tier3, TODO: ABI version 1 is not compatible with ABI version 2 output
68-
powerpc64le-unknown-linux-musl # tier3
68+
powerpc64le-unknown-linux-musl
6969
riscv32gc-unknown-linux-musl # tier3
7070
riscv64gc-unknown-linux-musl # tier3
7171
s390x-unknown-linux-musl # tier3
@@ -216,7 +216,6 @@ windows_gnu_targets=(
216216
)
217217
# WASI
218218
wasi_targets=(
219-
wasm32-wasi
220219
wasm32-wasip1
221220
wasm32-wasip1-threads
222221
# wasm32-wasip2 # TODO: fixed in sdk 23?

0 commit comments

Comments
 (0)