diff options
author | Oliver Reiche <oliver.reiche@gmail.com> | 2024-01-04 17:45:14 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-01-10 13:21:45 +0100 |
commit | 4e497682ddfac0552da520b328ba1f1d51ee9d89 (patch) | |
tree | 1743eb0c276fd179ff81e247dfd64bba84ed57cb /doc | |
parent | aea952933058d1f71173f142fc1ec55a14849f48 (diff) | |
download | bootstrappable-toolchain-4e497682ddfac0552da520b328ba1f1d51ee9d89.tar.gz |
stage-0/binutils: Bootstrap via proper Justbuild target
Diffstat (limited to 'doc')
-rw-r--r-- | doc/BOOTSTRAP.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/BOOTSTRAP.md b/doc/BOOTSTRAP.md index 2d70641..b7b21f7 100644 --- a/doc/BOOTSTRAP.md +++ b/doc/BOOTSTRAP.md @@ -37,7 +37,7 @@ to missing `ar`, final linking is done via custom compile commands. Bootstrapping the archiver `ar`, requires the Busybox "essentials" and `make` from the previous steps. This archiver has proper indexing support and is compiled via its `Makefile`. However, due to missing `ar` from earlier stages, -final linking is done via custom script. +final linking is done via custom compile commands. ### 4. Binutils |