aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-02-10 22:29:40 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-02-10 22:29:40 +0000
commitb0360554413cf23cecedb4d89332ae0383581b97 (patch)
tree2281d607bfaa79fedae741933bc8b0161535c3bd
parent791976a028056cf4f25a6b57743d6456d1dc1a37 (diff)
Make SPEC95 configurable.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@11296 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--External/SPEC/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/External/SPEC/Makefile b/External/SPEC/Makefile
index fe914a18..7950b507 100644
--- a/External/SPEC/Makefile
+++ b/External/SPEC/Makefile
@@ -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