#
# This is the header file for constructing make files for MIPS processors.
#

.SUFFIXES:
.SUFFIXES:	.o .c .sc .s .u

# Processor name:

cpu = MIPS

# Default flags to use when invoking the C compiler.

CFLAGS = -O
CC = cc

# Assembly language object files.

Aruntime = mips.o 

# Profiled library

Plib =

# Heap size in megabytes for the compiler.

scheapmb = 8 -scl 40

# End of MIPS header.
