mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-20 12:23:04 +00:00
disable this for mingw as well, we really need a 'has no dynamic linking' predicate.
llvm-svn: 97882
This commit is contained in:
parent
6c841e6a44
commit
eb142908d7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user