diff options
Diffstat (limited to 'doc/tutorial/cross-compiling.md')
-rw-r--r-- | doc/tutorial/cross-compiling.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/cross-compiling.md b/doc/tutorial/cross-compiling.md index 43296400..50b01cd1 100644 --- a/doc/tutorial/cross-compiling.md +++ b/doc/tutorial/cross-compiling.md @@ -13,7 +13,7 @@ Cross compiling using the CC rules ---------------------------------- The `C` and `C++` rules that come with the `justbuild` repository -already have cross-compiling already built into the tool-chain +already have cross-compiling already built into the toolchain definitions for the `"gnu"` and `"clang"` compiler families; as different compilers expect different ways to be told about the target architecture, cross compiling is not supported for the `"unknown"` |