diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-08-29 14:46:07 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-09-03 14:37:15 +0000 |
| commit | 64cfafee8dfe938b16f12bd8c7f5584d4321ef95 (patch) | |
| tree | 17f76e9d8f6c746e0c6cb9793f5d3dc18ec38491 | |
| parent | 92255335d9451bd425074fab4447799113daf676 (diff) | |
arch.7: Clarify older 32-bit arm support
Reviewed by: imp, ziaee
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52239
| -rw-r--r-- | share/man/man7/arch.7 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man7/arch.7 b/share/man/man7/arch.7 index fe4e8055a8b1..b29fedbfd4ec 100644 --- a/share/man/man7/arch.7 +++ b/share/man/man7/arch.7 @@ -163,7 +163,10 @@ will support execution of .Dv armv7 binaries if the CPU implements .Dv AArch32 -execution state, however older arm binaries are not supported by +execution state. +Binaries targeting +.Dv armv6 +and earlier are no longer supported by .Fx . .Pp On all supported architectures: |
