mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
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:
parent
a2054786c2
commit
68f044de29
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue