12 lines
433 B
Text
12 lines
433 B
Text
# $NetBSD: sunpro-cc-post-cache,v 1.6 2004/02/16 22:22:38 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|-f[pP][iI][cC]|-pedantic|-shared)
|
|
skipcache=yes
|
|
;;
|
|
esac
|