summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-08-18 15:29:35 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-08-18 15:29:35 +0000
commit1e02bf092a9fd770add1e416121411e30afd86b3 (patch)
treeb7277ed5e746a9eef74a79d20d5b75d5e96c4066 /docs
parentda65822cfc938594f8fb7840947c1eb77e057a48 (diff)
downloadllvm-1e02bf092a9fd770add1e416121411e30afd86b3.tar.gz
llvm-1e02bf092a9fd770add1e416121411e30afd86b3.tar.bz2
llvm-1e02bf092a9fd770add1e416121411e30afd86b3.tar.xz
CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This is
required on some platforms for building shared libraries that link to the LLVM libraries. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79339 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CMake.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CMake.html b/docs/CMake.html
index 1ef7abeef2..741e8dac0b 100644
--- a/docs/CMake.html
+++ b/docs/CMake.html
@@ -264,9 +264,9 @@
CMAKE_BUILD_TYPE is <i>Release</i>.</dd>
<dt><b>LLVM_ENABLE_PIC</b>:BOOL</dt>
- <dd>Add the <i>-fPIC</i> flag to the compiler command-line, if the
- compiler supports this flag. Some systems, like Windows, does not
- need this flag. Defaults to OFF.</dd>
+ <dd>Add the <i>-fPIC</i> flag for the compiler command-line, if the
+ compiler supports this flag. Some systems, like Windows, do not
+ need this flag. Defaults to ON.</dd>
<dt><b>LLVM_BUILD_32_BITS</b>:BOOL</dt>
<dd>Build 32-bits executables and libraries on 64-bits systems. This