[llvm-commits] [parallel] CVS: llvm/test/Programs/External/SPEC/CINT2000/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Wed Mar 10 19:10:17 PST 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT2000:
Makefile updated: 1.12 -> 1.12.4.1
---
Log message:
Merge from trunk.
---
Diffs of the changes: (+0 -8)
Index: llvm/test/Programs/External/SPEC/CINT2000/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.12 llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.12.4.1
--- llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.12 Tue Nov 25 10:42:00 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/Makefile Wed Mar 10 19:09:31 2004
@@ -13,12 +13,4 @@
256.bzip2 \
300.twolf
-# Get the $(ARCH) setting
-include $(LEVEL)/Makefile.config
-
-# Disable crafty until it stops infinite-looping on Sparc
-ifeq ($(ARCH), Sparc)
-PARALLEL_DIRS := $(filter-out 186.crafty, $(PARALLEL_DIRS))
-endif
-
include ${LEVEL}/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list