summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorNick Kledzik <kledzik@apple.com>2008-02-29 19:31:29 +0000
committerNick Kledzik <kledzik@apple.com>2008-02-29 19:31:29 +0000
commitd5a2f4aee5cff587fe39c38565c8a1fe9702b37c (patch)
tree732bc0d7b73744b95abc227a25b3ee7723cb953d /llvm/tools
parent618ba73288fa4e2d60dea6dc861ab5184519f9b0 (diff)
downloadbcm5719-llvm-d5a2f4aee5cff587fe39c38565c8a1fe9702b37c.tar.gz
bcm5719-llvm-d5a2f4aee5cff587fe39c38565c8a1fe9702b37c.zip
stop building lto on all platforms. Start building lto2 on Darwin
llvm-svn: 47762
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile
index 9f62ff74dc5..dc9ac440649 100644
--- a/llvm/tools/Makefile
+++ b/llvm/tools/Makefile
@@ -21,9 +21,12 @@ PARALLEL_DIRS := llvm-config \
include $(LEVEL)/Makefile.config
-# Disable liblto on Windows until compatability is determined.
-ifneq ($(OS), MingW)
-PARALLEL_DIRS += lto
+# Disable liblto as it is going away
+#PARALLEL_DIRS += lto
+
+# only build new lto project on Darwin for now
+ifeq ($(OS),Darwin)
+PARALLEL_DIRS += lto2
endif
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud