1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Disable lto because its broken on tiger.

llvm-svn: 47783
This commit is contained in:
Tanya Lattner 2008-03-01 07:36:30 +00:00
parent cfd005f2ea
commit 4a827adc09

View 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