Fix comment about NANO_ARCH. It can be set now. Also add a warning

about how it confuses TARGET and TARGET_ARCH and the need to separate
the two out into independent variables.
This commit is contained in:
Warner Losh 2010-04-06 16:23:12 +00:00
parent e1188c28b3
commit 6a47fc38e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206276

View File

@ -132,7 +132,10 @@ NANO_MD_BACKING="file"
PPLEVEL=3
#######################################################################
# Not a variable at this time
# Architecture to build. Corresponds to TARGET_ARCH in a buildworld.
# Unfortunately, there's no way to set TARGET at this time, and it
# conflates the two, so architectures where TARGET != TARGET_ARCH do
# not work. This defaults to the arch of the current machine.
NANO_ARCH=`uname -p`