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

Chris Lattner lattner at cs.uiuc.edu
Sun Mar 7 17:48:07 PST 2004


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

Makefile updated: 1.12 -> 1.13

---
Log message:

Remove gross hack


---
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.13
--- llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.12	Tue Nov 25 10:42:00 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/Makefile	Sun Mar  7 15:12:34 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