summaryrefslogtreecommitdiffstats
path: root/lib/Runtime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Runtime/Makefile')
-rw-r--r--lib/Runtime/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Runtime/Makefile b/lib/Runtime/Makefile
index 9a3c347..580215a 100644
--- a/lib/Runtime/Makefile
+++ b/lib/Runtime/Makefile
@@ -26,6 +26,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
ifeq ($(shell test -d $(COMPILERRT_SRC_ROOT) && echo OK),OK)
# Select the compiler-rt configuration to use, and install directory.
@@ -97,3 +98,4 @@ install-local:: $(RuntimeDirs:%=RuntimeLibraryInstall.%)
clean-local:: CleanRuntimeLibraries
endif
+endif
OpenPOWER on IntegriCloud