diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-23 10:34:34 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-10-23 14:33:46 +0200 |
commit | 4f9a8d39d2e92fe20d60d5481ca52bd3a0de24e1 (patch) | |
tree | fd31aaed9fb88663488bde1d3d540f7c8119da01 /README.md | |
parent | 060a0cf338d6024eee37cc344c224fe3bcb78e81 (diff) | |
download | bootstrappable-toolchain-4f9a8d39d2e92fe20d60d5481ca52bd3a0de24e1.tar.gz |
Fix typos
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -122,12 +122,12 @@ All compiler toolchains additionally provide: The `CC` toolchain definition for use with [rules-cc](https://github.com/just-buildsystem/rules-cc) -All tool toolchains (including `<compiler>+tools`) provide: +All tool toolchains (including `<toolchain>+tools`) provide: - `["CC/foreign", "defaults"]`: The `CC/foreign` toolchain definition for use with [rules-cc](https://github.com/just-buildsystem/rules-cc) -The `busybox` toolchain (including `<compiler>+tools`) additionally provides: +The `busybox` toolchains (including `<toolchain>+tools`) additionally provide: - `["patch", "defaults"]`: The `patch` toolchain definition for use with [rules-cc](https://github.com/just-buildsystem/rules-cc) @@ -182,5 +182,5 @@ Example configuration for bootstrapping on NixOS (hashes may vary): ## License All files are copyright Huawei Cloud Computing Technology Co., Ltd., license -Apache-2.0, expect for the patches in `etc/patches`, which are license GPL-2.0 +Apache-2.0, except for the patches in `etc/patches`, which are license GPL-2.0 (the same license as the respective upstream project). |