summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-07-04 03:54:54 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-07-04 03:54:54 +0000
commit86a3510a68928885412a00e1698ab0297dcaf199 (patch)
treeae8fa9d31a225354b16bd6640314af3ad10e5d1f /lib/Makefile
parent9d1a81daaa4c7f1811359cc6b9bc84b1678345b5 (diff)
downloadllvm-86a3510a68928885412a00e1698ab0297dcaf199.tar.gz
llvm-86a3510a68928885412a00e1698ab0297dcaf199.tar.bz2
llvm-86a3510a68928885412a00e1698ab0297dcaf199.tar.xz
LLVMC doesn't need ENABLE_PIC to build now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 147313ca76..1e87d9ebfd 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -11,13 +11,7 @@ LEVEL = ..
include $(LEVEL)/Makefile.config
PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
- Target ExecutionEngine Debugger Linker MC
-
-# Only build the CompilerDriver when PIC is enabled.
-
-ifeq ($(ENABLE_PIC),1)
-PARALLEL_DIRS += CompilerDriver
-endif
+ Target ExecutionEngine Debugger Linker MC CompilerDriver
include $(LEVEL)/Makefile.common