summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-02-25 23:41:32 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-02-25 23:41:32 +0000
commit1e3aba1c19836693ef9477d885d197e22f0043c0 (patch)
tree8a9e4efe24d36e4ec744afb3abf22dc7101df984 /Makefile.config.in
parentcf14e71c5e6efdf4323b150cc52a5411a2ce6e4d (diff)
downloadllvm-1e3aba1c19836693ef9477d885d197e22f0043c0.tar.gz
llvm-1e3aba1c19836693ef9477d885d197e22f0043c0.tar.bz2
llvm-1e3aba1c19836693ef9477d885d197e22f0043c0.tar.xz
Complete the SPEC_ROOT and USE_SPEC to SPEC2000_ROOT and USE_SPEC200 rename.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11853 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 14ab73ac47..266800f81d 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -84,15 +84,13 @@ LLVMGCCDIR := @LLVMGCCDIR@
BYTECODE_REPOSITORY := @BCR@
# SPEC benchmarks:
-# Set the USE_SPEC variable to enable the use of the SPEC benchmarks.
+# If these are set then run the SPEC benchmarks.
# You must provide the SPEC benchmarks on your own.
-@USE_SPEC@
+@USE_SPEC2000@
@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@
+# Path to the SPEC benchmarks.
+SPEC_ROOT := @SPEC2000_ROOT@
SPEC95_ROOT := @SPEC95_ROOT@
# Path to the Povray source code.