forked from OSchip/llvm-project
parent
245acdca67
commit
4be1c150e4
|
@ -21,12 +21,9 @@ PARALLEL_DIRS := llvm-config \
|
|||
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
# Disable liblto as it is going away
|
||||
#PARALLEL_DIRS += lto
|
||||
|
||||
# only build new lto project on Darwin for now
|
||||
ifeq ($(OS),Darwin)
|
||||
PARALLEL_DIRS += lto2
|
||||
PARALLEL_DIRS += lto
|
||||
endif
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
|
Loading…
Reference in New Issue