mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
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:
parent
0a200600e7
commit
294492b25f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user