1
0
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:
Ruslan Ermilov 2006-10-13 22:29:06 +00:00
parent 74465532f6
commit 90c3810cda
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163333

View File

@ -46,6 +46,7 @@ COPTFLAGS+= ${_CPUCFLAGS}
. endif
.endif
.if ${CC} == "icc"
C_DIALECT=
NOSTDINC= -X
.else
C_DIALECT= -std=c99