From 712241660cbaa39d01c0e0c2f9e741ad54963651 Mon Sep 17 00:00:00 2001 From: Jeremy Anderson Date: Fri, 24 Jul 2026 17:02:19 -0400 Subject: [PATCH] fix typo --- btc-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btc-quickstart.md b/btc-quickstart.md index 62a7e61..fcdefb6 100755 --- a/btc-quickstart.md +++ b/btc-quickstart.md @@ -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=` and `--with-cpu=` to default to the target microarchitecture.