mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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
This commit is contained in:
parent
9aff323a07
commit
1c383ca2ef
@ -20,7 +20,7 @@ ifeq ($(ARCH), Sparc)
|
|||||||
PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
|
PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS), Cygwin)
|
ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW))
|
||||||
PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
|
PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user