ok this really works :)

llvm-svn: 30195
This commit is contained in:
Chris Lattner 2006-09-08 18:33:49 +00:00
parent 325ff2c001
commit 818f2a71e8

View File

@ -20,10 +20,11 @@ PARALLEL_DIRS := llvm-config \
gccld llvm2cpp \
llvm-ld llvmc llvm-prof
include $(LEVEL)/Makefile.common
include $(LEVEL)/Makefile.config
# Disable liblto on non-darwin platforms right now until LLVM is built PIC.
ifeq ($(OS), Darwin)
PARALLEL_DIRS += lto
endif
include $(LEVEL)/Makefile.common