[llvm-commits] [llvm] r73181 - /llvm/trunk/docs/CMake.html

Oscar Fuentes ofv at wanadoo.es
Wed Jun 10 21:45:09 PDT 2009


Author: ofv
Date: Wed Jun 10 23:45:08 2009
New Revision: 73181

URL: http://llvm.org/viewvc/llvm-project?rev=73181&view=rev
Log:
CMake: Documented how to cross-compile with CMake.

Modified:
    llvm/trunk/docs/CMake.html

Modified: llvm/trunk/docs/CMake.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.html?rev=73181&r1=73180&r2=73181&view=diff

==============================================================================
--- llvm/trunk/docs/CMake.html (original)
+++ llvm/trunk/docs/CMake.html Wed Jun 10 23:45:08 2009
@@ -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>
 





More information about the llvm-commits mailing list