diff options
author | grant <grant@pkgsrc.org> | 2004-07-03 20:53:59 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-03 20:53:59 +0000 |
commit | 948cb51333a9b23d9630e31f0d62cc0702757f0e (patch) | |
tree | 5673872aa534749b9c087a5506553155889cdd5c /mk/buildlink3 | |
parent | 2aa2f8689c89243918f0314328ad6a32e6b26181 (diff) | |
download | pkgsrc-948cb51333a9b23d9630e31f0d62cc0702757f0e.tar.gz |
update the cache for -static
Diffstat (limited to 'mk/buildlink3')
-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 9d3af365c63..3195f42a65e 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.7 2004/06/13 08:50:15 grant Exp $ +# $NetBSD: sunpro-cc-post-cache,v 1.8 2004/07/03 20:53:59 grant 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]*|-ansi|-f[pP][iI][cC]|-fno-gnu-keywords|-pedantic|-pthread|-shared) +-[OW]*|-ansi|-f[pP][iI][cC]|-fno-gnu-keywords|-pedantic|-pthread|-shared|-static) skipcache=yes ;; esac |