git: 19349d339406 - stable/14 - binmiscctl.8: Change the example to armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jul 2024 12:38:35 UTC
The branch stable/14 has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=19349d3394062a8d92c3544c05947c74d7a0e2b9
commit 19349d3394062a8d92c3544c05947c74d7a0e2b9
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-06-20 09:26:18 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2024-07-15 12:29:01 +0000
binmiscctl.8: Change the example to armv7
armv6 is in the process of being removed.
Reviewed by: manu, imp, emaste
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D45641
(cherry picked from commit 68f044de29b3867c2e0d282b86395f777f95b034)
---
usr.sbin/binmiscctl/binmiscctl.8 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/usr.sbin/binmiscctl/binmiscctl.8 b/usr.sbin/binmiscctl/binmiscctl.8
index 178389920448..4a4890146b57 100644
--- a/usr.sbin/binmiscctl/binmiscctl.8
+++ b/usr.sbin/binmiscctl/binmiscctl.8
@@ -288,15 +288,15 @@ Add QEMU bsd-user program as an image activator for 64-bit RISC-V binaries:
\exff\exff\exff\exff\exff\exff\exfe\exff\exff\exff" \e
--size 20 --set-enabled
.Ed
-.Ss "Create and use an ARMv6 chroot on an AMD64 host"
+.Ss "Create and use an ARMv7 chroot on an AMD64 host"
Use an existing source tree to build a chroot host with architecture
overrides:
.Bd -literal -offset ident
D=/path/to/chroot
cd /usr/src
mkdir -p $D
-make world TARGET=arm TARGET_ARCH=armv6 DESTDIR=$D
-make distribution TARGET=arm TARGET_ARCH=armv6 DESTDIR=$D
+make world TARGET=arm TARGET_ARCH=armv7 DESTDIR=$D
+make distribution TARGET=arm TARGET_ARCH=armv7 DESTDIR=$D
.Ed
.Pp
With