From 0161021218489cf1d927d47b0290eba409cd00da Mon Sep 17 00:00:00 2001 From: abnormal749 <40458788+abnormal749@users.noreply.github.com> Date: Tue, 19 May 2026 23:40:41 +0800 Subject: [PATCH] README: Update documented GCC version Match the README component table to the GCC version used by build.sh. Signed-off-by: abnormal749 <40458788+abnormal749@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc76983..5c8c75d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The build runs in a fixed order, downloading sources automatically: | Step | Component | Version | Purpose | |------|-----------|---------|---------| | 1 | binutils | 2.46.0 | Assembler, linker (with Thumb-only patch) | -| 2 | GCC | 15.2.0 | C-only cross-compiler, first-pass | +| 2 | GCC | 16.1.0 | C-only cross-compiler, first-pass | | 3 | Linux headers | 7.0 | Kernel headers for C library build | | 4 | uClibc-ng | 1.0.57 | Shared FDPIC C library and dynamic loader for nommu targets | | 5 | BusyBox | 1.37.0 | Minimal userspace (shell, coreutils) |