diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-12 10:16:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-12 10:16:27 +0000 |
commit | 34afc6071cee8525ffcdc19254ff5d1d943f0de0 (patch) | |
tree | 6099bf08609c2e40bf8707b77de1197983fe67ff /mk | |
parent | 082cb757a597e5eb5c3db410d77291872e005cb5 (diff) | |
download | pkgsrc-34afc6071cee8525ffcdc19254ff5d1d943f0de0.tar.gz |
Skip the common cache for more options that are only sunpro-cc related.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/buildlink3/sunpro-cc-post-cache | 4 |
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 |