mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
ENABLE_PIC is either 0 or 1, but is always defined.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65938 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eba2cb0d5a
commit
e9742d2f6c
@ -24,7 +24,7 @@ PARALLEL_DIRS := opt llvm-as llvm-dis \
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
ifdef ENABLE_PIC
|
||||
ifeq ($(ENABLE_PIC),1)
|
||||
DIRS += lto
|
||||
ifdef BINUTILS_INCDIR
|
||||
DIRS += gold
|
||||
|
Loading…
Reference in New Issue
Block a user