455aa176d8
ucode compilers only support building the "o32" ABI.
12 lines
424 B
Text
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
|