blob: a5626e0c01d8d213c2a4156ea0219e61a0a9aaac [file] [log] [blame]
##===- Makefile.spec2000 -----------------------------------*- Makefile -*-===##
#
# This makefile contains information for building SPEC2000 as an external test.
#
##===----------------------------------------------------------------------===##
include $(LEVEL)/Makefile.config
SPEC_ROOT := $(SPEC2000_ROOT)
CPPFLAGS += -DSPEC_CPU2000
# RUN_TYPE - Either ref, test, or train. May be specified on the command line.
# individual tests may override this to provide better input sizes
ifndef RUN_TYPE
ifdef LARGE_PROBLEM_SIZE
RUN_TYPE := ref
else
RUN_TYPE := train
endif
endif
include $(LEVEL)/External/SPEC/Makefile.spec