summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-16 22:07:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-16 22:07:52 +0000
commit89b0d995d26d9e70b9c8d7fab8b99f1e89ac11bb (patch)
treeb4176ac5f3dea4246c058ddadc9aef6d44877224 /Makefile.config.in
parent95ca3a453ad0a86c77ba44ba48f019f1c5d8e960 (diff)
downloadllvm-89b0d995d26d9e70b9c8d7fab8b99f1e89ac11bb.tar.gz
llvm-89b0d995d26d9e70b9c8d7fab8b99f1e89ac11bb.tar.bz2
llvm-89b0d995d26d9e70b9c8d7fab8b99f1e89ac11bb.tar.xz
Allow an --enable-pic option to turn on -fPIC compiler option when building.
The default is disabled until we know this doesn't break anyone. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32635 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index c012d03d6c..146fa1dda8 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -224,6 +224,9 @@ ENABLE_DOXYGEN = @ENABLE_DOXYGEN@
# Do we want to enable threads?
ENABLE_THREADS := @ENABLE_THREADS@
+# Do we want to build with position independent code?
+ENABLE_PIC := @ENABLE_PIC@
+
# This option tells the Makefiles to produce verbose output.
# It essentially prints the commands that make is executing
#VERBOSE = 1