[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Fri Aug 6 11:45:55 PDT 2004
Changes in directory llvm/test/Programs/External/SPEC/CINT2000:
Makefile updated: 1.13 -> 1.14
---
Log message:
No, really, crafty loops on Sparc even compiled natively. Disabled.
---
Diffs of the changes: (+8 -0)
Index: llvm/test/Programs/External/SPEC/CINT2000/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.13 llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.14
--- llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.13 Sun Mar 7 15:12:34 2004
+++ llvm/test/Programs/External/SPEC/CINT2000/Makefile Fri Aug 6 13:45:44 2004
@@ -13,4 +13,12 @@
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