mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MACHINE_ARCH is the target arch to crossbuild to, not TARGET_ARCH.
Requested by: marcel
This commit is contained in:
parent
6afb6d0aa9
commit
7de7569f50
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
# -DNO_PORTSUPDATE do not update ports in ${MAKE} update
|
||||
# -DNO_DOCUPDATE do not update doc in ${MAKE} update
|
||||
# LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list
|
||||
# TARGET_ARCH="machine arch" to crossbuild world to a different arch
|
||||
# MACHINE_ARCH="machine arch" to crossbuild world to a different arch
|
||||
|
||||
#
|
||||
# The intended user-driven targets are:
|
||||
|
|
|
|||
Loading…
Reference in a new issue