mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Define an empty C_DIALECT in case of "icc", just in case.
This commit is contained in:
parent
74465532f6
commit
90c3810cda
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ COPTFLAGS+= ${_CPUCFLAGS}
|
|||
. endif
|
||||
.endif
|
||||
.if ${CC} == "icc"
|
||||
C_DIALECT=
|
||||
NOSTDINC= -X
|
||||
.else
|
||||
C_DIALECT= -std=c99
|
||||
|
|
|
|||
Loading…
Reference in a new issue