mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
build/Clang: Build and install libLTO as part of clang-only/install-clang targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108493 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
6
Makefile
6
Makefile
@@ -64,7 +64,8 @@ endif
|
|||||||
|
|
||||||
ifeq ($(MAKECMDGOALS),install-clang)
|
ifeq ($(MAKECMDGOALS),install-clang)
|
||||||
DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
|
DIRS := tools/clang/tools/driver tools/clang/lib/Headers \
|
||||||
tools/clang/runtime tools/clang/docs
|
tools/clang/runtime tools/clang/docs \
|
||||||
|
tools/lto
|
||||||
OPTIONAL_DIRS :=
|
OPTIONAL_DIRS :=
|
||||||
NO_INSTALL = 1
|
NO_INSTALL = 1
|
||||||
endif
|
endif
|
||||||
@@ -78,7 +79,8 @@ ifeq ($(MAKECMDGOALS),install-clang-c)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(MAKECMDGOALS),clang-only)
|
ifeq ($(MAKECMDGOALS),clang-only)
|
||||||
DIRS := $(filter-out tools runtime docs unittests, $(DIRS)) tools/clang
|
DIRS := $(filter-out tools runtime docs unittests, $(DIRS)) \
|
||||||
|
tools/clang tools/lto
|
||||||
OPTIONAL_DIRS :=
|
OPTIONAL_DIRS :=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user