mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct a comment after r326330.
MFC after: 3 days MFC with: r326330 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
20772e472f
commit
cd9ef49f4f
1 changed files with 3 additions and 3 deletions
|
|
@ -70,9 +70,9 @@ PORTBRANCH="ports/head@rHEAD"
|
|||
## build.
|
||||
#EMBEDDED_TARGET=
|
||||
|
||||
## Set to the hardware platform of the target userland. This value
|
||||
## is passed to make(1) to set the TARGET_ARCH (value of uname -p) to
|
||||
## cross build.
|
||||
## Set to the machine processor architecture of the target userland.
|
||||
## This value is passed to make(1) to set the TARGET_ARCH (value of uname -p)
|
||||
## to cross build.
|
||||
#EMBEDDED_TARGET_ARCH=
|
||||
|
||||
## Set to skip the chroot environment buildworld/installworld/distribution
|
||||
|
|
|
|||
Loading…
Reference in a new issue