diff options
Diffstat (limited to 'doc/BOOTSTRAP.md')
-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 |