mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
tools/Makefile: Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120276 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f5f6588304
commit
b4b544deba
@ -35,23 +35,23 @@ include $(LEVEL)/Makefile.config
|
|||||||
# These libraries build as dynamic libraries (.dylib /.so), they can only be
|
# These libraries build as dynamic libraries (.dylib /.so), they can only be
|
||||||
# built if ENABLE_PIC is set.
|
# built if ENABLE_PIC is set.
|
||||||
ifeq ($(ENABLE_PIC),1)
|
ifeq ($(ENABLE_PIC),1)
|
||||||
# gold only builds if binutils is around. It requires "lto" to build before
|
# gold only builds if binutils is around. It requires "lto" to build before
|
||||||
# it so it is added to DIRS.
|
# it so it is added to DIRS.
|
||||||
ifdef BINUTILS_INCDIR
|
ifdef BINUTILS_INCDIR
|
||||||
DIRS += lto gold
|
DIRS += lto gold
|
||||||
else
|
else
|
||||||
PARALLEL_DIRS += lto
|
PARALLEL_DIRS += lto
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PARALLEL_DIRS += bugpoint-passes
|
PARALLEL_DIRS += bugpoint-passes
|
||||||
|
|
||||||
# The edis library is only supported if ARM and/or X86 are enabled, and if
|
# The edis library is only supported if ARM and/or X86 are enabled, and if
|
||||||
# LLVM is being built PIC on platforms that support dylibs.
|
# LLVM is being built PIC on platforms that support dylibs.
|
||||||
ifneq ($(DISABLE_EDIS),1)
|
ifneq ($(DISABLE_EDIS),1)
|
||||||
ifneq ($(filter $(TARGETS_TO_BUILD), X86 ARM),)
|
ifneq ($(filter $(TARGETS_TO_BUILD), X86 ARM),)
|
||||||
PARALLEL_DIRS += edis
|
PARALLEL_DIRS += edis
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef LLVM_HAS_POLLY
|
ifdef LLVM_HAS_POLLY
|
||||||
|
Loading…
Reference in New Issue
Block a user