From 7e9ae0798d0445e61f210443f425b3dce60161d7 Mon Sep 17 00:00:00 2001 From: Jake Hamilton Date: Fri, 7 Jun 2024 21:23:40 -0700 Subject: [PATCH] docs: add mention of stage 2 --- foundation/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/foundation/README.md b/foundation/README.md index 35ca32a..749a2a3 100644 --- a/foundation/README.md +++ b/foundation/README.md @@ -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.