[llvm-commits] CVS: llvm/Makefile.config.in
John Criswell
criswell at cs.uiuc.edu
Tue Feb 10 16:30:02 PST 2004
Changes in directory llvm:
Makefile.config.in updated: 1.19 -> 1.20
---
Log message:
Added support for configuring SPEC95.
---
Diffs of the changes: (+2 -0)
Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.19 llvm/Makefile.config.in:1.20
--- llvm/Makefile.config.in:1.19 Thu Jan 22 16:53:48 2004
+++ llvm/Makefile.config.in Tue Feb 10 16:29:03 2004
@@ -84,11 +84,13 @@
# Set the USE_SPEC variable to enable the use of the SPEC benchmarks.
# You must provide the SPEC benchmarks on your own.
@USE_SPEC@
+ at 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
More information about the llvm-commits
mailing list