summaryrefslogtreecommitdiff
path: root/mk/buildlink3/sunpro-cc-post-cache
diff options
context:
space:
mode:
Diffstat (limited to 'mk/buildlink3/sunpro-cc-post-cache')
-rw-r--r--mk/buildlink3/sunpro-cc-post-cache12
1 files changed, 12 insertions, 0 deletions
diff --git a/mk/buildlink3/sunpro-cc-post-cache b/mk/buildlink3/sunpro-cc-post-cache
new file mode 100644
index 00000000000..67150374ef8
--- /dev/null
+++ b/mk/buildlink3/sunpro-cc-post-cache
@@ -0,0 +1,12 @@
+# $NetBSD: sunpro-cc-post-cache,v 1.1.2.1 2003/08/16 08:33:32 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
+# common cache lookup for all GCC arguments that the SunPro compiler
+# can't handle; they will instead by handled directly by
+# sunpro-cc-post-logic.
+
+-W*)
+ skipcache=yes
+ ;;
+esac