disable libprofile on cygwin, patch by Aaron Gray.
authorChris Lattner <sabre@nondot.org>
Fri, 5 Mar 2010 01:00:34 +0000 (01:00 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Mar 2010 01:00:34 +0000 (01:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97772 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/Makefile

index 1e1045142583f74d3596d18bd531e2edb6e5ec1b..f9a40540a0f8d40d37ceef3eab707fa4fa9cce66 100644 (file)
@@ -20,6 +20,10 @@ ifeq ($(ARCH), Sparc)
 PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
 endif
 
 PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
 endif
 
+ifeq ($(OS), Cygwin)
+PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
+endif
+
 endif
 
 include $(LEVEL)/Makefile.common
 endif
 
 include $(LEVEL)/Makefile.common