diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2024-06-20 09:26:18 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2024-07-15 12:29:01 +0000 |
| commit | 19349d3394062a8d92c3544c05947c74d7a0e2b9 (patch) | |
| tree | e95f10170669c6d93696047a13434130951a227e | |
| parent | 77d05874de8eaa05725b414b7217becdb85ed037 (diff) | |
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)
| -rw-r--r-- | usr.sbin/binmiscctl/binmiscctl.8 | 6 |
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 |
