aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/binmiscctl
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2024-06-20 09:26:18 +0000
committerAndrew Turner <andrew@FreeBSD.org>2024-06-20 09:26:18 +0000
commit68f044de29b3867c2e0d282b86395f777f95b034 (patch)
tree9bdaa956cac78482d1c1e435cb3b52e05f49a6a3 /usr.sbin/binmiscctl
parenta2054786c255a79ed5ab25630013c868aca19480 (diff)
Diffstat (limited to 'usr.sbin/binmiscctl')
-rw-r--r--usr.sbin/binmiscctl/binmiscctl.86
1 files 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