Scripts I made to create GCC or MUSL cross compilers for another architecture.
  • Shell 85.9%
  • Makefile 14.1%
Find a file
Victor-ray, S. fee38fbe7f
❯ Show configuration
᛫ Added a loop that shows the configuration.

Signed-off-by: Victor-ray, S. <git@zendai.net.eu.org>
2026-04-22 22:33:06 +02:00
GCC ❯ Show configuration 2026-04-22 22:33:06 +02:00
MUSL ❯ Bit more tidying up. 2026-04-08 18:58:06 +02:00
.gitignore ❯ Aarch64 2026-04-07 16:50:09 +02:00
LICENSE ❯ Bit more tidying up. 2026-04-08 18:58:06 +02:00
README.md ❯ Bit more tidying up. 2026-04-08 18:58:06 +02:00

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.