diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-05-27 10:35:05 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-06-26 12:11:19 +0200 |
commit | e1c182c7517be4f69a29a7b8f192ec2c9c379b75 (patch) | |
tree | 89f95a9588256b655893035cb565c1f21865ead2 /doc/tutorial/cross-compiling.md | |
parent | c55c9afbc665dce2cba7cc16561e880f56d8108b (diff) | |
download | justbuild-e1c182c7517be4f69a29a7b8f192ec2c9c379b75.tar.gz |
tutorials: Fix small typos
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"` |