fix typo
This commit is contained in:
parent
2b6a5aab53
commit
712241660c
|
|
@ -19,7 +19,7 @@ executes in four phases:
|
|||
available RAM to prevent LTO thrashing. The target registry is loaded.
|
||||
2. **Setup** — A volatile cleanroom (ramfs) is provisioned at the configured
|
||||
mount point. Source tarballs are verified against their SHA-256 checksums.
|
||||
3. **STOP USING THIS WORD >>>Build** — Core components are built sequentially:
|
||||
3. **Build** — Core components are built sequentially:
|
||||
Binutils → Kernel Headers → GCC Stage 1 → C Library (glibc or musl) → GCC Stage 2 → Kernel.
|
||||
Both GCC stages are configured with `--with-arch=<march>` and `--with-cpu=<march>`
|
||||
to default to the target microarchitecture.
|
||||
|
|
|
|||
Loading…
Reference in New Issue