From 21aa347c2816aa8fc635ad05c5ab786234b32c7e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 9 Apr 2010 20:45:04 +0000 Subject: add minix support, patch by Kees van Reeuwijk! PR6797 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100895 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Transforms/Makefile') diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile index ea4a1158ac..e527be25de 100644 --- a/lib/Transforms/Makefile +++ b/lib/Transforms/Makefile @@ -13,7 +13,7 @@ PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Hello include $(LEVEL)/Makefile.config # No support for plugins on windows targets -ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) +ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW Minix)) PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS)) endif -- cgit v1.2.3