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:
Nick Lewycky 2009-03-03 07:45:09 +00:00
parent eba2cb0d5a
commit e9742d2f6c

View File

@ -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