diff options
| author | John Marino <marino@FreeBSD.org> | 2013-10-14 16:46:20 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2013-10-14 16:46:20 +0000 |
| commit | aed7d5fbc5998c901f1463df0416c7d326b6a85e (patch) | |
| tree | 3cc779c5905b603653ce79ad200c7fdd9982f765 /Mk | |
| parent | dd559f9592a75f012262cd67c0efbd5a6ba55559 (diff) | |
Notes
Diffstat (limited to 'Mk')
| -rw-r--r-- | Mk/Uses/compiler.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk index dae92a149d6c..82535bcd9dbd 100644 --- a/Mk/Uses/compiler.mk +++ b/Mk/Uses/compiler.mk @@ -55,7 +55,7 @@ _CCVERSION!= ${CC} --version COMPILER_VERSION= ${_CCVERSION:M[0-9].[0-9]*:C/([0-9]).([0-9]).*/\1\2/g} .if ${_CCVERSION:Mclang} COMPILER_TYPE= clang -.elif ${_CCVERSION:Mgcc*} || ${_CCVERSION:M\(GCC\)} +.else COMPILER_TYPE= gcc .endif |
