summaryrefslogtreecommitdiff
path: root/mk/buildlink3/sunpro-cc-post-cache
blob: 27d779c138799077eef9b0ff1b3b5024d1c10c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: sunpro-cc-post-cache,v 1.9 2004/07/04 08:30:46 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
# 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