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

Misha Brukman brukman at cs.uiuc.edu
Sat Oct 23 16:44:53 PDT 2004



Changes in directory llvm-test/External:

Makefile updated: 1.16 -> 1.17
---
Log message:

Namd is broken on SPARC and hangs the nightly tester


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

Index: llvm-test/External/Makefile
diff -u llvm-test/External/Makefile:1.16 llvm-test/External/Makefile:1.17
--- llvm-test/External/Makefile:1.16	Fri Oct 15 08:38:26 2004
+++ llvm-test/External/Makefile	Sat Oct 23 18:44:43 2004
@@ -18,4 +18,9 @@
 PARALLEL_DIRS := $(filter-out Namd/, $(PARALLEL_DIRS))
 endif
 
+# Sparc can't handle Namd: infinite loop, cause unknown
+ifeq ($(ARCH),Sparc)
+PARALLEL_DIRS := $(filter-out Namd/, $(PARALLEL_DIRS))
+endif
+
 include Makefile.external






More information about the llvm-commits mailing list