2 Commits

Author SHA1 Message Date
huang1057 eac4418c77 Add toolchain setup with README and kernel-path argument
- setup.sh: ./setup.sh <kernel-repo-path>, unpacks to <kernel-parent>/toolchain/
- README.md: install + build instructions
- clang-11.0.1 (AOSP 6443078) + binutils-2.27
2026-08-16 17:24:34 +08:00
huang1057 54466c54de Add build toolchain: clang 11.0.1 + binutils 2.27
- clang-6443078.tar.gz: AOSP clang 11.0.1
- binutils-2.27-install.tar.gz: GNU binutils 2.27
- setup.sh: unpacks toolchain next to the kernel repo

Usage:
  git clone <this-repo>
  cd <this-repo>
  ./setup.sh   # unpacks to ../toolchain/
2026-08-16 17:13:37 +08:00