Commit Graph

2 Commits

Author SHA1 Message Date
vasilito 582aaa530c prefix: refresh tracked toolchain tarballs after rebuild
Rebuilt cross-toolchain (clang/gcc/rust installs) following the relibc,
kernel, and base fork changes — stale prefix artifacts are the primary
cause of 'undefined reference' link errors after fork work. Tracked for
disaster recovery per 96e4a29592.
2026-07-20 09:07:11 +09:00
vasilito 96e4a29592 track prefix toolchain tarballs for disaster recovery
make distclean destroyed prefix/ which was entirely gitignored.
Now prefix/*.tar.gz (clang/gcc/rust toolchain, ~408MB) is tracked.
Recovery after distclean: git checkout + make prefix (extract + build relibc).

prefix/.gitignore allows only *.tar.gz files; extracted directories,
relibc-install, and sysroot remain untracked (regenerable).
2026-05-06 19:52:44 +01:00