blob: a7f983b160b87ed01c001a08fd2f5fbd365c29c3 [file] [log] [blame]
LEVEL = ../../../..
#STDOUT_FILENAME := input.random.out
include ../../Makefile.spec2000
# pick the big or little endian data file based on the host.
ifeq ($(ENDIAN),big)
RUN_OPTIONS = bendian.raw
else
RUN_OPTIONS = lendian.raw
endif
ifeq ($(ARCH),Sparc)
## SPEC portability note for vortex says to use this flag on 64-bit machines
CPPFLAGS += -DSPEC_CPU2000_LP64
endif