From 880efcbf16e685a0e461cfcf4d01dbda55449421 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 22 Dec 2010 22:23:39 +0000 Subject: 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 --- runtime/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/Makefile') 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. -- cgit v1.2.3