Skip to content

Commit

Permalink
correct ARM+MUSL notes
Browse files Browse the repository at this point in the history
- use "with MUSL" style where applicable
- add "hardfloat" suffix for "armv7-unknown-linux-musleabihf"
  • Loading branch information
oliverbr committed Sep 11, 2021
1 parent 22719ef commit 20f236c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/rustc/src/platform-support.md
Expand Up @@ -133,8 +133,8 @@ target | std | notes
`armv5te-unknown-linux-musleabi` | ✓ | ARMv5TE Linux with MUSL
`armv7-linux-androideabi` | ✓ | ARMv7a Android
`armv7-unknown-linux-gnueabi` | ✓ |ARMv7 Linux (kernel 4.15, glibc 2.27)
`armv7-unknown-linux-musleabi` | ✓ |ARMv7 Linux, MUSL
`armv7-unknown-linux-musleabihf` | ✓ | ARMv7 Linux with MUSL
`armv7-unknown-linux-musleabi` | ✓ |ARMv7 Linux with MUSL
`armv7-unknown-linux-musleabihf` | ✓ | ARMv7 Linux with MUSL, hardfloat
`armv7a-none-eabi` | * | Bare ARMv7-A
`armv7r-none-eabi` | * | Bare ARMv7-R
`armv7r-none-eabihf` | * | Bare ARMv7-R, hardfloat
Expand Down

0 comments on commit 20f236c

Please sign in to comment.