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:
parent
9c2aecf6da
commit
1b36da0015
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user