Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn't get...
[oota-llvm.git] / runtime / Makefile
index 1e1045142583f74d3596d18bd531e2edb6e5ec1b..d0e85d58264f6c9fb034565ac58bb7e781e8f030 100644 (file)
@@ -20,6 +20,10 @@ ifeq ($(ARCH), Sparc)
 PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
 endif
 
+ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix))
+PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
+endif
+
 endif
 
 include $(LEVEL)/Makefile.common