forked from auxolotl/labs
docs: add mention of stage 2
This commit is contained in:
parent
0c03ce790f
commit
7e9ae0798d
|
@ -97,5 +97,11 @@ used from C sources.
|
||||||
#### Stage 1
|
#### Stage 1
|
||||||
|
|
||||||
This stage is responsible for building up to a recent version of `gcc`. Along with the
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue