forked from OSchip/llvm-project
ENABLE_PIC is either 0 or 1, but is always defined.
llvm-svn: 65938
This commit is contained in:
parent
d53cf6c0c5
commit
9e26e6d3cb
|
@ -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