ok this really works :)

llvm-svn: 30195
This commit is contained in:
Chris Lattner 2006-09-08 18:33:49 +00:00
parent 842163d60a
commit fe01c281a9
1 changed files with 2 additions and 1 deletions

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