Provide slightly more helpful feedback when we can't figure out what

compiler the user is using.

PR:		misc/173914
This commit is contained in:
brooks 2013-03-01 03:25:43 +00:00
parent 9c2aecf6da
commit 1b36da0015

View File

@ -14,7 +14,7 @@ COMPILER_TYPE:= gcc
. elif ${_COMPILER_VERSION:Mclang}
COMPILER_TYPE:= clang
. else
.error Unable to determine compiler type for ${CC}
.error Unable to determine compiler type for ${CC}. Consider setting COMPILER_TYPE.
. endif
. undef _COMPILER_VERSION
. endif