aboutsummaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-02-10 22:29:06 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-02-10 22:29:06 +0000
commitb607cc8871bcae21d94775a65c285fe4ac479c75 (patch)
tree3966c2d02531b0333bb565316ccd1593b025e214 /Makefile.config.in
parent171de656eb68d10c90b88e864e708d13c99e642a (diff)
Added support for configuring SPEC95.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11295 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 81e2b63108..c88bf88340 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -84,11 +84,13 @@ BYTECODE_REPOSITORY := @BCR@
# Set the USE_SPEC variable to enable the use of the SPEC benchmarks.
# You must provide the SPEC benchmarks on your own.
@USE_SPEC@
+@USE_SPEC95@
# Path to the SPEC benchmarks. If you have the SPEC benchmarks, place the
# path here.
#SPEC_ROOT := /home/vadve/shared/benchmarks/speccpu2000/benchspec
SPEC_ROOT := @SPEC_ROOT@
+SPEC95_ROOT := @SPEC95_ROOT@
# Path to the PAPI code. This is used by the reoptimizer only.
#PAPIDIR := /home/vadve/shared/papi-2.3.4.1