Add links to cross-compilation docs from getting started
authorRenato Golin <renato.golin@linaro.org>
Thu, 26 Sep 2013 08:57:07 +0000 (08:57 +0000)
committerRenato Golin <renato.golin@linaro.org>
Thu, 26 Sep 2013 08:57:07 +0000 (08:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191425 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.rst

index 5ce1893a23ea322161432a8026d52d9042c73625..5c36952ea1fc9bd0789fd1c4cc92f881af8a0419 100644 (file)
@@ -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
 ---------------------------------