mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-21 15:45:02 +00:00
Define an empty C_DIALECT in case of "icc", just in case.
This commit is contained in:
parent
74465532f6
commit
90c3810cda
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163333
@ -46,6 +46,7 @@ COPTFLAGS+= ${_CPUCFLAGS}
|
||||
. endif
|
||||
.endif
|
||||
.if ${CC} == "icc"
|
||||
C_DIALECT=
|
||||
NOSTDINC= -X
|
||||
.else
|
||||
C_DIALECT= -std=c99
|
||||
|
Loading…
Reference in New Issue
Block a user