Changed bootstrap

This commit is contained in:
2026-03-20 13:22:01 +01:00
parent 7de732589a
commit 4afba9b11e
4 changed files with 161 additions and 22 deletions

View File

@@ -2,6 +2,27 @@
---
## V41 2026-03-21 00:30:00
**Fix chroot PATH and add combined chroot build runner**
### Changes:
- Fixed `023-chroot-setup.sh`: Added `/tools/bin` to chroot PATH. The cross-compiled
GCC lives at `/tools/bin/gcc` inside the chroot — without it in PATH, configure
fails with "C compiler cannot create executables"
- Added `023a-chroot-build-all.sh`: Combined runner that enters chroot and executes
scripts 024-031 in sequence with logging. No more manual copy-paste of 8 commands.
- Updated `toolchain/bootstrap.sh`: Now runs all 6 steps end-to-end including chroot
phase. Single `sudo -E bash toolchain/bootstrap.sh` does everything.
### Plan deviation/changes:
- None
### What is missing/needs polish:
- None
---
## V40 2026-03-21 00:00:00
**Fix cross-compile configure failures in diffutils, grep, coreutils, tar, findutils**