Disable lto because its broken on tiger.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47783 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tanya Lattner 2008-03-01 07:36:30 +00:00
parent 3c8b59c546
commit e5101bf52c

View File

@ -26,7 +26,7 @@ include $(LEVEL)/Makefile.config
# only build new lto project on Darwin for now # only build new lto project on Darwin for now
ifeq ($(OS),Darwin) ifeq ($(OS),Darwin)
PARALLEL_DIRS += lto2 #PARALLEL_DIRS += lto2
endif endif
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common