The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=64cfafee8dfe938b16f12bd8c7f5584d4321ef95
commit 64cfafee8dfe938b16f12bd8c7f5584d4321ef95 Author: Ed Maste <[email protected]> AuthorDate: 2025-08-29 14:46:07 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2025-09-03 14:37:15 +0000 arch.7: Clarify older 32-bit arm support Reviewed by: imp, ziaee Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D52239 --- share/man/man7/arch.7 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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:
