Commit e811d8f
committed
docs+test: finish the riscv64-linux-musl promotion
`mcpp toolchain list`'s sample output in docs/03-toolchains.md (+ zh) still
showed riscv64-linux-musl as `— / planned`; the real output after the promotion
is `gcc 16.1.0 / available`. Verified against a built binary, not transcribed.
The row that used to illustrate the `planned` status is replaced by
aarch64-linux-gnu so the block still shows all three states.
103_target_vocabulary.sh now reads its planned-tier target out of
`toolchain list` instead of hardcoding one. That assertion is about the TIER;
with a hardcoded triple every promotion silently turns it into a test of
something else (riscv64-linux-musl was the second target to go that way), and
the check degrades to a skip once no planned target is left.1 parent 753d669 commit e811d8f
3 files changed
Lines changed: 20 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
31 | 45 | | |
32 | | - | |
33 | | - | |
34 | 46 | | |
35 | 47 | | |
36 | 48 | | |
| |||
0 commit comments