pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/wrapper icc 9.0 wants the same options as 8.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70d334f7b922
branches:  trunk
changeset: 497368:70d334f7b922
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jul 26 07:36:54 2005 +0000

description:
icc 9.0 wants the same options as 8.1.

diffstat:

 mk/wrapper/bsd.wrapper.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0a66b02fb459 -r 70d334f7b922 mk/wrapper/bsd.wrapper.mk
--- a/mk/wrapper/bsd.wrapper.mk Tue Jul 26 04:13:15 2005 +0000
+++ b/mk/wrapper/bsd.wrapper.mk Tue Jul 26 07:36:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.wrapper.mk,v 1.35 2005/07/23 04:45:30 grant Exp $
+# $NetBSD: bsd.wrapper.mk,v 1.36 2005/07/26 07:36:54 grant Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -226,7 +226,7 @@
 .endif
 
 .if !empty(PKGSRC_COMPILER:Micc)
-.  if !empty(CC_VERSION:M8.1)
+.  if !empty(CC_VERSION:M8.1) || !empty(CC_VERSION:M9.0)
 _WRAP_CMD_SINK.CC=     ${WRAPPER_TMPDIR}/cmd-sink-icc81-cc
 _WRAP_CMD_SINK.CXX=    ${_WRAP_CMD_SINK.CC}
 .  else



Home | Main Index | Thread Index | Old Index