Implementation For Building Toolchain
The design and the evaluation result in the following implementation.
Repository
- The repository is called toolchain-specs
- Each host architecture / target architecture combination gets its own branch
- The branch contains the build script and the toolchain configuration required for Crosstool-NG.
Build Steps
- Call
ct-ng build
- Compress output in archive.
Build Script
The following build script reflects the build steps.