mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 00:16:25 +00:00
ENABLE_PIC is either 0 or 1, but is always defined.
llvm-svn: 65938
This commit is contained in:
parent
1d23d4e16b
commit
b7302132ac
@ -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