From 4a827adc09ed9cf7c575bd143bafcd1c4bb7ac85 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Sat, 1 Mar 2008 07:36:30 +0000 Subject: [PATCH] Disable lto because its broken on tiger. llvm-svn: 47783 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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