disable this for mingw as well, we really need a 'has no dynamic linking' predicate.

llvm-svn: 97882
This commit is contained in:
Chris Lattner 2010-03-06 18:54:37 +00:00
parent 6c841e6a44
commit eb142908d7

View File

@ -20,7 +20,7 @@ ifeq ($(ARCH), Sparc)
PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
endif
ifeq ($(OS), Cygwin)
ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW))
PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
endif