summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2013-09-26 08:57:07 +0000
committerRenato Golin <renato.golin@linaro.org>2013-09-26 08:57:07 +0000
commit6b4e9ba21855b1f69c33bdaf416fdb88064aa9fe (patch)
tree319c10e6d5126be858cff779a209f99a994af861 /docs
parentb6ac11cd03e9dd97b45dc97787171f942ef8e344 (diff)
downloadllvm-6b4e9ba21855b1f69c33bdaf416fdb88064aa9fe.tar.gz
llvm-6b4e9ba21855b1f69c33bdaf416fdb88064aa9fe.tar.bz2
llvm-6b4e9ba21855b1f69c33bdaf416fdb88064aa9fe.tar.xz
Add links to cross-compilation docs from getting started
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191425 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 5ce1893a23..5c36952ea1 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -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
---------------------------------