diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2010-04-15 19:51:42 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2010-04-15 19:51:42 +0000 |
commit | 764f62ba601ed80710a05565b61c6dd4fbb73eea (patch) | |
tree | eb095222b7b0d75971077aebc90d6e2de064220c /runtime | |
parent | 8cf16167a057f817c8947da8c82e904186613200 (diff) |
Revert r100896 and around - this breaks the only mingw32 buildbot we have.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101387 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index 741d87bc65..d0e85d5826 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -20,7 +20,7 @@ ifeq ($(ARCH), Sparc) PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) endif -ifdef $(TARGET_HAS_DYNAMIC_LIBS) +ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix)) PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) endif |