summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-10-02 20:32:23 +0000
committerBill Wendling <isanbard@gmail.com>2012-10-02 20:32:23 +0000
commit24c20ec63a216a66479e6039d2ac2a047531c7f1 (patch)
tree021e7c0be508c4c42e08a61b67e8a2086d610108
parent3c6932922e52b3cfa18dedcf4f62fe8bbb2473e2 (diff)
downloadbcm5719-llvm-24c20ec63a216a66479e6039d2ac2a047531c7f1.tar.gz
bcm5719-llvm-24c20ec63a216a66479e6039d2ac2a047531c7f1.zip
Set the 'build clang only' flag when we're building only clang.
llvm-svn: 165042
-rw-r--r--llvm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index e59441c4329..6ea55336b7a 100644
--- a/llvm/Makefile
+++ b/llvm/Makefile
@@ -77,6 +77,7 @@ ifeq ($(MAKECMDGOALS),install-clang)
endif
ifeq ($(MAKECMDGOALS),clang-only)
+ BUILD_CLANG_ONLY := YES
DIRS := $(filter-out tools docs unittests, $(DIRS)) \
tools/clang tools/lto
OPTIONAL_DIRS :=
OpenPOWER on IntegriCloud