Skip to content

Commit 7e5b58e

Browse files
Rollup merge of rust-lang#157135 - cezarbbb:fix-armv7a-eabihf-tier-doc, r=wesleywiser
fix armv7a-none-eabihf tier doc I found that PR rust-lang#146522 promoted `armv7a-none-eabihf` from Tier 3 to Tier 2, updating the target spec, `armv7a-none-eabi.md` and `platform-support.md`, but missed updating `arm-none-eabi.md`. The target remained listed under Tier 3 in that file. So I move `armv7a-none-eabihf` from Tier 3 to Tier 2 in `arm-none-eabi.md`, merging it with the existing `armv7a-none-eabi` entry. This makes the documentation consistent with the actual tier in the target spec and `platform-support.md`. r? @wesleywiser
2 parents 7161f47 + bdb1589 commit 7e5b58e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/doc/rustc/src/platform-support/arm-none-eabi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ their own document.
1212
### Tier 2 Target List
1313

1414
- Arm A-Profile Architectures
15-
- [`armv7a-none-eabi`](armv7a-none-eabi.md)
15+
- [`armv7a-none-eabi` and `armv7a-none-eabihf`](armv7a-none-eabi.md)
1616
- [`thumbv7a-none-eabi` and `thumbv7a-none-eabihf`](armv7a-none-eabi.md)
1717
- Arm R-Profile Architectures
1818
- [`armv7r-none-eabi` and `armv7r-none-eabihf`](armv7r-none-eabi.md)
@@ -32,7 +32,7 @@ their own document.
3232
### Tier 3 Target List
3333

3434
- Arm A-Profile Architectures
35-
- [`armv7a-none-eabihf`](armv7a-none-eabi.md)
35+
- None
3636
- Arm R-Profile Architectures
3737
- None
3838
- Arm M-Profile Architectures

0 commit comments

Comments
 (0)