Enabling LTO building on Darwin only right now. This probably should be

removed after 'PIC vs non-PIC' problem solution


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30192 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov 2006-09-08 18:00:43 +00:00
parent 0a200600e7
commit 294492b25f

View File

@ -18,7 +18,9 @@ PARALLEL_DIRS := llvm-config \
bugpoint llvm-db llvm-extract \
gccas llvm-bcanalyzer llvm-stub \
gccld llvm2cpp \
llvm-ld llvmc llvm-prof \
lto
llvm-ld llvmc llvm-prof
ifeq ($(OS), Darwin)
PARALLEL_DIRS += lto
endif
include $(LEVEL)/Makefile.common