diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-09 20:45:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-09 20:45:04 +0000 |
commit | 21aa347c2816aa8fc635ad05c5ab786234b32c7e (patch) | |
tree | 31267a53e38be19682f5395c271d5191c9e2766f /runtime/Makefile | |
parent | 2ebad5ad41bd4630b0ee5ec5bb2594f30557a351 (diff) |
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
Diffstat (limited to 'runtime/Makefile')
-rw-r--r-- | runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile index 7209867c2f..d0e85d5826 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -20,7 +20,7 @@ ifeq ($(ARCH), Sparc) PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) endif -ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW)) +ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix)) PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS)) endif |