summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-04-19 18:09:21 +0000
committerdim <dim@FreeBSD.org>2011-04-19 18:09:21 +0000
commit738c7248a6efaacd02c3b054f4ff1070318a2801 (patch)
treebf490762e6f5159fe9ae8044c4da5fb3f5693a76 /share/mk/bsd.lib.mk
parent2ac9648c294cc9f30b41241d80b36ccca4214e85 (diff)
downloadFreeBSD-src-738c7248a6efaacd02c3b054f4ff1070318a2801.zip
FreeBSD-src-738c7248a6efaacd02c3b054f4ff1070318a2801.tar.gz
Remove support for the Intel C Compiler from the build infrastructure.
This support has not worked for several years, and is not likely to work again, unless Intel decides to release a native FreeBSD version of their compiler. ;)
Diffstat (limited to 'share/mk/bsd.lib.mk')
-rw-r--r--share/mk/bsd.lib.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
index 9d655b6..943010c 100644
--- a/share/mk/bsd.lib.mk
+++ b/share/mk/bsd.lib.mk
@@ -65,11 +65,7 @@ PICFLAG=-fpic
.endif
.endif
-.if ${CC:T:Micc} == "icc"
-PO_FLAG=-p
-.else
PO_FLAG=-pg
-.endif
.c.po:
${CC} ${PO_FLAG} ${PO_CFLAGS} -c ${.IMPSRC} -o ${.TARGET}
OpenPOWER on IntegriCloud