[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile

John Criswell criswell at cs.uiuc.edu
Tue Feb 10 16:30:11 PST 2004


Changes in directory llvm/test/Programs/External/SPEC:

Makefile updated: 1.6 -> 1.7

---
Log message:

Make SPEC95 configurable.



---
Diffs of the changes:  (+10 -1)

Index: llvm/test/Programs/External/SPEC/Makefile
diff -u llvm/test/Programs/External/SPEC/Makefile:1.6 llvm/test/Programs/External/SPEC/Makefile:1.7
--- llvm/test/Programs/External/SPEC/Makefile:1.6	Tue Feb 10 15:47:22 2004
+++ llvm/test/Programs/External/SPEC/Makefile	Tue Feb 10 16:29:40 2004
@@ -1,3 +1,12 @@
 LEVEL = ../../../..
-DIRS := CINT95 CFP2000 CINT2000
+DIRS := CFP2000 CINT2000
+include ${LEVEL}/Makefile.config
+
+#
+# Add SPEC95 if we've got it.
+#
+ifeq ($(USE_SPEC95),1)
+DIRS += CINT95
+endif
+
 include ${LEVEL}/test/Programs/Makefile.programs





More information about the llvm-commits mailing list