diff options
author | grant <grant@pkgsrc.org> | 2005-07-26 07:36:54 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-26 07:36:54 +0000 |
commit | 9cf2572dce7d041c150c2048add3b68f12da3538 (patch) | |
tree | 830da83f649342355a3fa0233e68d78a1ed293d1 | |
parent | c33f9bd36c14b0d1c723f5ab3a84909bce851536 (diff) | |
download | pkgsrc-9cf2572dce7d041c150c2048add3b68f12da3538.tar.gz |
icc 9.0 wants the same options as 8.1.
-rw-r--r-- | mk/wrapper/bsd.wrapper.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/wrapper/bsd.wrapper.mk b/mk/wrapper/bsd.wrapper.mk index 04f1315af03..579eeab47fa 100644 --- a/mk/wrapper/bsd.wrapper.mk +++ b/mk/wrapper/bsd.wrapper.mk @@ -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 @@ _WRAP_CMD_SINK.LD= ${_WRAP_CMD_SINK.CC} .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 |