MACHINE_ARCH is the target arch to crossbuild to, not TARGET_ARCH.

Requested by:	marcel
This commit is contained in:
John Baldwin 2001-02-22 22:58:24 +00:00
parent 6afb6d0aa9
commit 7de7569f50
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72924

View File

@ -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: