summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-03-01 07:36:30 +0000
committerTanya Lattner <tonic@nondot.org>2008-03-01 07:36:30 +0000
commitbb2090018474648c03f16b5db8b7cf8987fcb9ed (patch)
tree508c01443fd2b27d742059840de1beafcd415945
parent208cc8f1b99525d4620e14bf9239a39d40e5631c (diff)
downloadbcm5719-llvm-bb2090018474648c03f16b5db8b7cf8987fcb9ed.tar.gz
bcm5719-llvm-bb2090018474648c03f16b5db8b7cf8987fcb9ed.zip
Disable lto because its broken on tiger.
llvm-svn: 47783
-rw-r--r--llvm/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile
index dc9ac440649..0b98201693e 100644
--- a/llvm/tools/Makefile
+++ b/llvm/tools/Makefile
@@ -26,7 +26,7 @@ include $(LEVEL)/Makefile.config
# only build new lto project on Darwin for now
ifeq ($(OS),Darwin)
-PARALLEL_DIRS += lto2
+#PARALLEL_DIRS += lto2
endif
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud