mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Use :T:Micc here like everywhere else we test icc
This commit is contained in:
parent
165721e3b1
commit
5545f7f9b4
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ COPTFLAGS+= -fno-strict-aliasing
|
|||
. endif
|
||||
.endif
|
||||
.if !defined(NO_CPU_COPTFLAGS)
|
||||
. if ${CC} == "icc"
|
||||
. if ${CC:T:Micc} == "icc"
|
||||
COPTFLAGS+= ${_ICC_CPUCFLAGS:C/(-x[^M^K^W]+)[MKW]+|-x[MKW]+/\1/}
|
||||
. else
|
||||
COPTFLAGS+= ${_CPUCFLAGS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue