summaryrefslogtreecommitdiff
path: root/docs/CMake.html
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-06-12 02:49:53 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-06-12 02:49:53 +0000
commitaf0f65fe6ad750983eadcb03b7c41143cca73298 (patch)
treed78693cbd527f5b0b182cd45125ffa6e51248df0 /docs/CMake.html
parent00c1073012553348528c783cb63508d19da898e6 (diff)
downloadllvm-af0f65fe6ad750983eadcb03b7c41143cca73298.tar.gz
llvm-af0f65fe6ad750983eadcb03b7c41143cca73298.tar.bz2
llvm-af0f65fe6ad750983eadcb03b7c41143cca73298.tar.xz
CMake: New variable LLVM_LIBDIR_SUFFIX.
Patch by Ingmar Vanhassel! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73216 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.html')
-rw-r--r--docs/CMake.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CMake.html b/docs/CMake.html
index 606d3995af..1f50d397f0 100644
--- a/docs/CMake.html
+++ b/docs/CMake.html
@@ -217,6 +217,11 @@
<dd>Path where LLVM will be installed if "make install" is invoked
or the "INSTALL" target is built.</dd>
+ <dt><b>LLVM_LIBDIR_SUFFIX</b>:STRING</dt>
+ <dd>Extra suffix to append to the directory where libraries are to
+ be installed. On a 64-bit architecture, one could use
+ -DLLVM_LIBDIR_SUFFIX=64 to install libraries to /usr/lib64.</dd>
+
<dt><b>CMAKE_C_FLAGS</b>:STRING</dt>
<dd>Extra flags to use when compiling C source files.</dd>