Changes in directory llvm/examples:

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

temporarily disable this until Reid has a chance to fix it.


---
Diffs of the changes:  (+2 -2)

 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/examples/Makefile
diff -u llvm/examples/Makefile:1.8 llvm/examples/Makefile:1.9
--- llvm/examples/Makefile:1.8  Thu Nov 30 18:37:14 2006
+++ llvm/examples/Makefile      Tue Mar  6 01:30:03 2007
@@ -10,10 +10,10 @@
 
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
+#PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
 
 ifeq ($(HAVE_PTHREAD),1)
-PARALLEL_DIRS += ParallelJIT 
+#PARALLEL_DIRS += ParallelJIT 
 endif
 
 include $(LEVEL)/Makefile.common



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to