aboutsummaryrefslogtreecommitdiff
path: root/External/SPEC/CINT2000/255.vortex/Makefile
blob: 30ee81e5732c7746e4810df44f877839184ed686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LEVEL = ../../../../../..
#STDOUT_FILENAME := input.random.out

include ../../Makefile.spec2000

ifeq ($(ARCH),Sparc)
  ## SPEC portability note for vortex says to use this flag on 64-bit machines
  CPPFLAGS += -DSPEC_CPU2000_LP64

  # If we're on sparc, use the Big Endian input file
  RUN_OPTIONS     = bendian.raw
else
  # Use the Little Endian input file
  RUN_OPTIONS     = lendian.raw
endif