diff options
author | John Criswell <criswell@uiuc.edu> | 2004-02-10 22:29:06 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-02-10 22:29:06 +0000 |
commit | b607cc8871bcae21d94775a65c285fe4ac479c75 (patch) | |
tree | 3966c2d02531b0333bb565316ccd1593b025e214 /Makefile.config.in | |
parent | 171de656eb68d10c90b88e864e708d13c99e642a (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.in | 2 |
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 |