Recognize the base/gcc compiler as GCC.
The existing patterns for 'cc --version' output do not work for GCC built from the base/gcc port. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D15357
This commit is contained in:
parent
c6c875dd41
commit
f79696704d
@ -157,7 +157,7 @@ ${X_}COMPILER_TYPE:= gcc
|
||||
${X_}COMPILER_TYPE:= clang
|
||||
. elif ${_v:Mgcc}
|
||||
${X_}COMPILER_TYPE:= gcc
|
||||
. elif ${_v:M\(GCC\)}
|
||||
. elif ${_v:M\(GCC\)} || ${_v:M*GNU}
|
||||
${X_}COMPILER_TYPE:= gcc
|
||||
. elif ${_v:Mclang} || ${_v:M(clang-*.*.*)}
|
||||
${X_}COMPILER_TYPE:= clang
|
||||
|
Loading…
x
Reference in New Issue
Block a user