pkgsrc/mk/buildlink3/mipspro-ucode-cc-post-cache
jlam 455aa176d8 Initial support for the MIPSpro ucode compilers found on IRIX 5.3. The
ucode compilers only support building the "o32" ABI.
2004-02-18 11:18:42 +00:00

12 lines
424 B
Text

# $NetBSD: mipspro-ucode-cc-post-cache,v 1.1 2004/02/18 11:18:42 jlam Exp $
#
# This file implements the default action of the "cc" private cache
# for the MIPSpro ucode suite of compilers, and tells the wrapper to skip
# the common cache lookup for all GCC arguments that the MIPSpro compiler
# can't handle; they will instead by handled directly by
# mipspro-cc-post-logic.
-[OW]*|-f[pP][iI][cC])
skipcache=yes
;;
esac