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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user