Skip to content

Commit 80c4374

Browse files
roxellbhcopeland
authored andcommitted
docs: fix wrong arm alias for armel
The arm alias points to armhf, not armel. The armel row listed arm as an alias by mistake. Remove it. Fixes: 63fba0d ("arch: rename arm to armhf and armv5 to armel") Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
1 parent 63fba0d commit 80c4374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎docs/architectures.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Architecture | Aliases | Description | Kernel | Userspace
1515
alpha | | 64-bit RISC | yes³ | no
1616
arc | | ARC | yes¹ ³ | no
1717
arm64 | *aarch64* | 64-bit ARMv8 | yes | yes
18-
armel | *arm*, *armv5* | 32-bit ARM (soft-float) | yes¹ ² | yes
18+
armel | *armv5* | 32-bit ARM (soft-float) | yes¹ ² | yes
1919
armhf | *arm*, *armv8l* | 32-bit ARM (hard-float) | yes | yes
2020
csky | | 32-bit | yes³ | no
2121
hexagon | | Qualcomm Hexagon (DSP6) | yes² | no

0 commit comments

Comments
 (0)