pkgsrc/mk/buildlink3/sunpro-cc-post-cache
jlam 841b57441b Merge pkgviews-mk branch into the HEAD by running:
cd pkgsrc/mk
	cvs update -Pd -A
	cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk
2003-09-02 06:59:37 +00:00

12 lines
390 B
Text

# $NetBSD: sunpro-cc-post-cache,v 1.2 2003/09/02 07:00:02 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