Disable lto because its broken on tiger.
authorTanya Lattner <tonic@nondot.org>
Sat, 1 Mar 2008 07:36:30 +0000 (07:36 +0000)
committerTanya Lattner <tonic@nondot.org>
Sat, 1 Mar 2008 07:36:30 +0000 (07:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47783 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index dc9ac4406491adcd5bee3dc6dec522fe58d68ce7..0b98201693eff8cdcfd72ebda9c7de2f65e5a6a0 100644 (file)
@@ -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