summaryrefslogtreecommitdiffstats
path: root/llvm/examples
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/examples')
-rw-r--r--llvm/examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/examples/Makefile b/llvm/examples/Makefile
index 873c5825abf..3e9ba22349b 100644
--- a/llvm/examples/Makefile
+++ b/llvm/examples/Makefile
@@ -10,10 +10,10 @@ LEVEL=..
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
OpenPOWER on IntegriCloud