summaryrefslogtreecommitdiff
path: root/mk/buildlink3/sunpro-cc-post-cache
blob: 67150374ef8aecd32d6d588d86c3e5f8ddcd1395 (plain)
1
2
3
4
5
6
7
8
9
10
11
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