[llvm] r191425 - Add links to cross-compilation docs from getting started

Renato Golin renato.golin at linaro.org
Thu Sep 26 01:57:08 PDT 2013


Author: rengolin
Date: Thu Sep 26 03:57:07 2013
New Revision: 191425

URL: http://llvm.org/viewvc/llvm-project?rev=191425&view=rev
Log:
Add links to cross-compilation docs from getting started

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=191425&r1=191424&r2=191425&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Thu Sep 26 03:57:07 2013
@@ -930,6 +930,10 @@ GCC compiler supports.
 The result of such a build is executables that are not runnable on on the build
 host (--build option) but can be executed on the compile host (--host option).
 
+Check :doc:`HowToCrossCompileLLVM` and `Clang docs on how to cross-compile in general
+<http://clang.llvm.org/docs/CrossCompilation.html>`_ for more information
+about cross-compiling.
+
 The Location of LLVM Object Files
 ---------------------------------
 





More information about the llvm-commits mailing list