svn commit: r206618 - head

Warner Losh imp at FreeBSD.org
Wed Apr 14 18:56:08 UTC 2010


Author: imp
Date: Wed Apr 14 18:56:07 2010
New Revision: 206618
URL: http://svn.freebsd.org/changeset/base/206618

Log:
  Add note about TARGET_ARCH

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed Apr 14 18:29:40 2010	(r206617)
+++ head/Makefile.inc1	Wed Apr 14 18:56:07 2010	(r206618)
@@ -15,6 +15,7 @@
 #	-DNO_CTF do not run the DTrace CTF conversion tools on built objects
 #	LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list
 #	TARGET="machine" to crossbuild world for a different machine type
+#	TARGET_ARCH= may be required when a TARGET supports multiple endians
 
 #
 # The intended user-driven targets are:


More information about the svn-src-all mailing list