summaryrefslogtreecommitdiff
path: root/mk/buildlink3/sunpro-cc-post-cache
blob: ebe31485f540e9cea1236ebf564d177c083c2e22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: sunpro-cc-post-cache,v 1.7.2.1 2004/07/13 14:00:16 agc 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.

-[OW]*|-ansi|--export-dynamic|-f[pP][iI][cC]|-fno-gnu-keywords|-fstrict-prototypes|-pedantic|-pthread|-shared|-static)
	skipcache=yes
	;;
esac