summaryrefslogtreecommitdiff
path: root/docs/CMake.html
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-06-11 04:45:08 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-06-11 04:45:08 +0000
commitcbdbcb12fcde2ca5bc5b4a86307bb451abb0502b (patch)
treef98cc9ec5289ebe7a4b4138388f334b8d298dd2a /docs/CMake.html
parent99b94892f5fd7463103dbfbd5ddf1dc833593951 (diff)
downloadllvm-cbdbcb12fcde2ca5bc5b4a86307bb451abb0502b.tar.gz
llvm-cbdbcb12fcde2ca5bc5b4a86307bb451abb0502b.tar.bz2
llvm-cbdbcb12fcde2ca5bc5b4a86307bb451abb0502b.tar.xz
CMake: Documented how to cross-compile with CMake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73181 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.html')
-rw-r--r--docs/CMake.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/CMake.html b/docs/CMake.html
index ac3b57a848..606d3995af 100644
--- a/docs/CMake.html
+++ b/docs/CMake.html
@@ -296,7 +296,13 @@
<div class="doc_text">
-<p>TODO</p>
+<p>See <a href="http://www.vtk.org/Wiki/CMake_Cross_Compiling">this
+ wiki page</a> for generic instructions on how to cross-compile
+ with CMake. It goes into detailed explanations and may seem
+ daunting, but it is not. On the wiki page there are several
+ examples including toolchain files. Go directly to
+ <a href="http://www.vtk.org/Wiki/CMake_Cross_Compiling#Information_how_to_set_up_various_cross_compiling_toolchains">this
+ section</a> for a quick solution.</p>
</div>