disable this for mingw as well, we really need a 'has no dynamic linking' predicate.
authorChris Lattner <sabre@nondot.org>
Sat, 6 Mar 2010 18:54:37 +0000 (18:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 6 Mar 2010 18:54:37 +0000 (18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97882 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/Makefile

index f9a40540a0f8d40d37ceef3eab707fa4fa9cce66..7209867c2f6cbda7929bb3c55b92dba55607be75 100644 (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