summaryrefslogtreecommitdiff
path: root/tools/Makefile
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
commite5101bf52c8c9b96e072c10f1a141ef021971137 (patch)
treee8b93194cc9703d16b137be50d7063cdb9c75235 /tools/Makefile
parent3c8b59c546b5d56b2cae74da55e26eb994ed36bf (diff)
downloadllvm-e5101bf52c8c9b96e072c10f1a141ef021971137.tar.gz
llvm-e5101bf52c8c9b96e072c10f1a141ef021971137.tar.bz2
llvm-e5101bf52c8c9b96e072c10f1a141ef021971137.tar.xz
Disable lto because its broken on tiger.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index dc9ac44064..0b98201693 100644
--- a/tools/Makefile
+++ b/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