Mention what 'common' is for

This commit is contained in:
Simon J. Gerraty 2015-06-10 19:36:53 +00:00
parent dccf7cedd2
commit 10b60135a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=284240

View File

@ -26,6 +26,8 @@
__<bsd.compiler.mk>__:
.if ${MACHINE} == "common"
# common is a pseudo machine for architecture independent
# generated files - thus there is no compiler.
COMPILER_TYPE= none
COMPILER_VERSION= 0
.elif !defined(COMPILER_TYPE) || !defined(COMPILER_VERSION)