summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-06 18:54:37 +0000
committerChris Lattner <sabre@nondot.org>2010-03-06 18:54:37 +0000
commit1c383ca2ef202cc55882a5fc27cc12405a23bdeb (patch)
tree0804a0e0406c4ff02d8541e33b0dc28e52ff7e84 /runtime
parent9aff323a074658eee2de69862d202a8638b59c05 (diff)
downloadllvm-1c383ca2ef202cc55882a5fc27cc12405a23bdeb.tar.gz
llvm-1c383ca2ef202cc55882a5fc27cc12405a23bdeb.tar.bz2
llvm-1c383ca2ef202cc55882a5fc27cc12405a23bdeb.tar.xz
disable this for mingw as well, we really need a 'has no dynamic linking' predicate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97882 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index f9a40540a0..7209867c2f 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -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