Pierre Neidhardt <[email protected]> skribis: > Guix already supports cross-compilation out of the box of 32-bit > packages on any architecture: > > guix build --system=i686-linux PACKAGES...
Just a note: this is native compilation, *not* cross-compilation. x86_64 machines can run i686 binaries, which is why the above command works just fine. For cross-compilation, see ‘--target’. Ludo’.
