mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-17 21:29:02 +00:00
stop building lto on all platforms. Start building lto2 on Darwin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47762 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -21,9 +21,12 @@ PARALLEL_DIRS := llvm-config \
|
|||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
# Disable liblto on Windows until compatability is determined.
|
# Disable liblto as it is going away
|
||||||
ifneq ($(OS), MingW)
|
#PARALLEL_DIRS += lto
|
||||||
PARALLEL_DIRS += lto
|
|
||||||
|
# only build new lto project on Darwin for now
|
||||||
|
ifeq ($(OS),Darwin)
|
||||||
|
PARALLEL_DIRS += lto2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
Reference in New Issue
Block a user