diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
commit | 2b6b257f4e5503a7a2675bdb8735693db769f75c (patch) | |
tree | e85e046ae7003fe3bcc8b5454cd0fa3f7407b470 /docs/CrossCompilation.rst | |
parent | b4348ed0b7e90c0831b925fbee00b5f179a99796 (diff) |
Notes
Diffstat (limited to 'docs/CrossCompilation.rst')
-rw-r--r-- | docs/CrossCompilation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CrossCompilation.rst b/docs/CrossCompilation.rst index 8a8027117372b..c07bc21a430d3 100644 --- a/docs/CrossCompilation.rst +++ b/docs/CrossCompilation.rst @@ -32,7 +32,7 @@ when compiling your code. On the other hand, Clang/LLVM is natively a cross-compiler, meaning that one set of programs can compile to all targets by setting the ``-target`` -option. That makes it a lot easier for programers wishing to compile to +option. That makes it a lot easier for programmers wishing to compile to different platforms and architectures, and for compiler developers that only have to maintain one build system, and for OS distributions, that need only one set of main packages. |