mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Rename new lto2 tool as lto.
lto2->lto git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52912 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3771902e92
commit
ebd69421a2
@ -21,12 +21,9 @@ PARALLEL_DIRS := llvm-config \
|
|||||||
|
|
||||||
include $(LEVEL)/Makefile.config
|
include $(LEVEL)/Makefile.config
|
||||||
|
|
||||||
# Disable liblto as it is going away
|
|
||||||
#PARALLEL_DIRS += lto
|
|
||||||
|
|
||||||
# only build new lto project on Darwin for now
|
# only build new lto project on Darwin for now
|
||||||
ifeq ($(OS),Darwin)
|
ifeq ($(OS),Darwin)
|
||||||
PARALLEL_DIRS += lto2
|
PARALLEL_DIRS += lto
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
Loading…
Reference in New Issue
Block a user