Scripts I made to create GCC or MUSL cross compilers for another architecture.
- Shell 85.9%
- Makefile 14.1%
᛫ Added a loop that shows the configuration. Signed-off-by: Victor-ray, S. <git@zendai.net.eu.org> |
||
|---|---|---|
| GCC | ||
| MUSL | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
Cross compiler scripts
Build a GCC or MUSL cross-compiler for a different architecture.
This allows you to to compile packages for another architecture on your computer.
For example compiling a package for the arm64 (or aarch64) architecture on a system with the amd64 (or x86_64) architecture.
The build configuration for GCC is set in the variables file.
For MUSL the build configuration is in the config.mak file.