summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-12 10:16:27 +0000
committerjlam <jlam>2004-02-12 10:16:27 +0000
commit269c63754c2c64b39fd2ae11def5a8b9c13e52ef (patch)
tree6099bf08609c2e40bf8707b77de1197983fe67ff
parent1117b8e99083cf01bd5f7948ccb15415fe76a304 (diff)
downloadpkgsrc-269c63754c2c64b39fd2ae11def5a8b9c13e52ef.tar.gz
Skip the common cache for more options that are only sunpro-cc related.
-rw-r--r--mk/buildlink3/sunpro-cc-post-cache4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink3/sunpro-cc-post-cache b/mk/buildlink3/sunpro-cc-post-cache
index f2a93bf9ce2..51e26792538 100644
--- a/mk/buildlink3/sunpro-cc-post-cache
+++ b/mk/buildlink3/sunpro-cc-post-cache
@@ -1,4 +1,4 @@
-# $NetBSD: sunpro-cc-post-cache,v 1.3 2004/01/06 08:48:29 jlam Exp $
+# $NetBSD: sunpro-cc-post-cache,v 1.4 2004/02/12 10:16:27 jlam Exp $
#
# This file implements the default action of the "cc" private cache
# for the SunPro suite of compilers, and tells the wrapper to skip the
@@ -6,7 +6,7 @@
# can't handle; they will instead by handled directly by
# sunpro-cc-post-logic.
--[OW]*)
+-[OW]*|-f[pP][iI][cC]|-shared)
skipcache=yes
;;
esac