summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-12-22 22:23:39 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-12-22 22:23:39 +0000
commit880efcbf16e685a0e461cfcf4d01dbda55449421 (patch)
tree21567852181336bfe74db56de17447822215aa6f /runtime
parent11db26804408efeece23de087155e5e5539fc4c0 (diff)
build: Use CLANG_NO_RUNTIME=1 specifically, not just any definition.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122449 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile b/runtime/Makefile
index 4307604b8a..3619722442 100644
--- a/runtime/Makefile
+++ b/runtime/Makefile
@@ -28,7 +28,7 @@ PROJ_resources_lib := $(PROJ_resources)/lib
# Expect compiler-rt to be in llvm/projects/compiler-rt
COMPILERRT_SRC_ROOT := $(LLVM_SRC_ROOT)/projects/compiler-rt
-ifndef CLANG_NO_RUNTIME
+ifneq ($(CLANG_NO_RUNTIME),1)
ifeq ($(shell test -d $(COMPILERRT_SRC_ROOT) && echo OK),OK)
# Select the compiler-rt configuration to use, and install directory.