From: Tanya Lattner Date: Sat, 1 Mar 2008 07:36:30 +0000 (+0000) Subject: Disable lto because its broken on tiger. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e5101bf52c8c9b96e072c10f1a141ef021971137;p=oota-llvm.git Disable lto because its broken on tiger. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47783 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index dc9ac440649..0b98201693e 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