docs: add mention of stage 2

This commit is contained in:
Jake Hamilton 2024-06-07 21:23:40 -07:00
parent 0c03ce790f
commit 7e9ae0798d
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68

View file

@ -97,5 +97,11 @@ used from C sources.
#### Stage 1
This stage is responsible for building up to a recent version of `gcc`. Along with the
compiler, this stage provides things like `coreutils`, `binutils`, `gnumake`, and several
compiler, this stage provides things like `bash`, `coreutils`, `gnumake`, and several
other important tools.
#### Stage 2
This stage refines the existing packages by building static binaries as well as the most recent
versions of the tools. In addition, certain load-bearing packages such as `patchelf` and `glibc`
are built.