arch: armv4 isn't supported either on aarch64 running in aarch32 mode

FreeBSD used to support both armv4 and armv5 binaries. All of that
support has been removed from the tree. We have only ever supported
armv6 and armv7 binaries in that mode. Note armv4 here too for
completeness since it flowed better than 'armv5 and earlier' and means
the same thing (FreeBSD never ran on an armv3 or earlier CPU).

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-09-15 11:17:12 -06:00
parent 7b673a2c73
commit c9baa97471

View File

@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd November 25, 2021
.Dd September 15, 2022
.Dt ARCH 7
.Os
.Sh NAME
@ -169,7 +169,9 @@ or
.Dv armv7
binaries if the CPU implements
.Dv AArch32
execution state, however
execution state, however older
.Dv armv4
and
.Dv armv5
binaries aren't supported.
.Pp