diff options
author | Oliver Reiche <oliver.reiche@gmail.com> | 2023-12-29 18:46:18 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-01-10 13:21:17 +0100 |
commit | aea952933058d1f71173f142fc1ec55a14849f48 (patch) | |
tree | d857fde70509d77e9aa35a1c0e986b217c54c942 /doc | |
parent | 19faf1fa1f5aff4854377824e6d4a8b9c0c09032 (diff) | |
download | bootstrappable-toolchain-aea952933058d1f71173f142fc1ec55a14849f48.tar.gz |
stage-0/busybox: Bootstrap via proper Justbuild target
Diffstat (limited to 'doc')
-rw-r--r-- | doc/BOOTSTRAP.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/BOOTSTRAP.md b/doc/BOOTSTRAP.md index d84a9a2..2d70641 100644 --- a/doc/BOOTSTRAP.md +++ b/doc/BOOTSTRAP.md @@ -23,8 +23,8 @@ Bootstrapping a minimal set of tools that are needed for this stage includes: - `cmp`/`tar` (for running `gcc-4.7.4`'s install target) - `find`/`bzip2` (for building full `busybox`) -All tools are bootstrapped via a custom shell script. Note that Busybox' `ar` is -not included, due to its missing indexing support. +All tools are bootstrapped by selectively compiling the required C files. Note +that Busybox' `ar` is not included, due to its missing indexing support. ### 2. Bootstrapped GNU Make |