Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Sep 2010 02:02:20 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r212521 - head/sys/conf
Message-ID:  <201009130202.o8D22K0b046879@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Sep 13 02:02:20 2010
New Revision: 212521
URL: http://svn.freebsd.org/changeset/base/212521

Log:
  Use :T:Micc here like everywhere else we test icc

Modified:
  head/sys/conf/kern.pre.mk

Modified: head/sys/conf/kern.pre.mk
==============================================================================
--- head/sys/conf/kern.pre.mk	Mon Sep 13 02:01:29 2010	(r212520)
+++ head/sys/conf/kern.pre.mk	Mon Sep 13 02:02:20 2010	(r212521)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009130202.o8D22K0b046879>