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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Fri Dec 2 11:16:29 PST 2005



Changes in directory llvm-test/External/SPEC/CINT95:

Makefile updated: 1.7 -> 1.8
---
Log message:

134.perl is causing major problems for sabi, so I am filtering it out on alpha until it can be tracked down

---
Diffs of the changes:  (+8 -0)

 Makefile |    8 ++++++++
 1 files changed, 8 insertions(+)


Index: llvm-test/External/SPEC/CINT95/Makefile
diff -u llvm-test/External/SPEC/CINT95/Makefile:1.7 llvm-test/External/SPEC/CINT95/Makefile:1.8
--- llvm-test/External/SPEC/CINT95/Makefile:1.7	Mon Sep  6 23:18:02 2004
+++ llvm-test/External/SPEC/CINT95/Makefile	Fri Dec  2 13:16:17 2005
@@ -10,4 +10,12 @@
   147.vortex
 
 # Get the $(ARCH) setting
+include ${LEVEL}/Makefile.config
+
+ifeq ($(ARCH), Alpha)
+PARALLEL_DIRS := $(filter-out 134.perl, $(PARALLEL_DIRS))
+endif
+
+# Include the standard makefiles
 include ${LEVEL}/External/Makefile.external
+






More information about the llvm-commits mailing list