Skip to content

Commit

Permalink
Add links to cross-compilation docs from getting started
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191425 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rengolin committed Sep 26, 2013
1 parent b6ac11c commit 6b4e9ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/GettingStarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------------

Expand Down

0 comments on commit 6b4e9ba

Please sign in to comment.