From bd40828dbb468421c8a6720fc21f27b53e056ffc Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 22 Feb 2001 22:58:24 +0000 Subject: MACHINE_ARCH is the target arch to crossbuild to, not TARGET_ARCH. Requested by: marcel --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index e3e48bb..0ddc083 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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: -- cgit v1.1