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

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

# Processor name:

cpu = SPARC

# Default flags to use when invoking the C compiler.

CFLAGS = -g
CC = cc

# Assembly language object files.

Aruntime = sparc.o 

# Profiled library

Plib =

# Heap size in megabytes for the compiler.

scheapmb = 8 -scl 40

# End of SPARC header.
