summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-11-29 08:58:11 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-11-29 08:58:11 +0000
commit638110fde15160685e46157d69383c4a1591dfce (patch)
tree0e10fb8b7331941bbc7a2122e1f16c899e8af36b
parent6ea8a947e8eb997a39e11a8a315e50b66294a1aa (diff)
downloadbcm5719-llvm-638110fde15160685e46157d69383c4a1591dfce.tar.gz
bcm5719-llvm-638110fde15160685e46157d69383c4a1591dfce.zip
tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect availability of loadable module!
The last commit made run.build.step.test_llvm_1 to fail. llvm-svn: 120283
-rw-r--r--llvm/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile
index 8a6751ab872..35f6a8b97c6 100644
--- a/llvm/tools/Makefile
+++ b/llvm/tools/Makefile
@@ -60,7 +60,7 @@ endif
# On Win32, loadable modules can be built with ENABLE_SHARED.
ifneq ($(ENABLE_SHARED),1)
- ifneq (,$(filter $(TARGET_OS), Cygwin MingW))
+ ifneq (,$(filter $(HOST_OS), Cygwin MingW))
PARALLEL_DIRS := $(filter-out bugpoint-passes, \
$(PARALLEL_DIRS))
endif
OpenPOWER on IntegriCloud